public final class ComponentRequirement extends Object
Constructor and Description |
---|
ComponentRequirement() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
String |
getFieldMappingType() |
String |
getFieldName() |
String |
getHumanReadableKey() |
String |
getRequirementKey() |
String |
getRole() |
String |
getRoleHint() |
int |
hashCode() |
void |
setFieldMappingType(String fieldType) |
void |
setFieldName(String fieldName) |
void |
setRole(String role) |
void |
setRoleHint(String roleHint) |
String |
toString() |
public String getFieldName()
public void setFieldName(String fieldName)
public String getRole()
public void setRole(String role)
public String getRoleHint()
public void setRoleHint(String roleHint)
public String getRequirementKey()
public String getFieldMappingType()
public void setFieldMappingType(String fieldType)
public String getHumanReadableKey()
Copyright © 2001–2016 Codehaus. All rights reserved.