|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.maven.plugin.descriptor.model.Requirement
public class Requirement
Class Requirement.
Constructor Summary | |
---|---|
Requirement()
|
Method Summary | |
---|---|
String |
getFieldName()
Get the fieldName field. |
String |
getRole()
Get the role field. |
String |
getRoleHint()
Get the roleHint field. |
void |
setFieldName(String fieldName)
Set the fieldName field. |
void |
setRole(String role)
Set the role field. |
void |
setRoleHint(String roleHint)
Set the roleHint field. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Requirement()
Method Detail |
---|
public String getFieldName()
public String getRole()
public String getRoleHint()
public void setFieldName(String fieldName)
fieldName
- public void setRole(String role)
role
- public void setRoleHint(String roleHint)
roleHint
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |