public class AttributeDefInSComp
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
AttributeDefInSComp() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDutytypename() |
java.lang.String |
getName() |
AttributeDefInSComp[] |
getSourceIdMAttributes() |
java.lang.String |
getValidationSCompName() |
boolean |
isDutyType() |
boolean |
isKey() |
boolean |
isUserType() |
void |
setDutyType(boolean dutyType) |
void |
setDutyTypename(java.lang.String dutytypename) |
void |
setKey(boolean key) |
void |
setName(java.lang.String name) |
void |
setSourceIdMAttributes(AttributeDefInSComp[] sourceIdMAttributes) |
void |
setUserType(boolean userType) |
void |
setValidationSCompName(java.lang.String validationSCompName) |
public boolean isDutyType()
public void setDutyType(boolean dutyType)
dutyType - The dutyType to set.public boolean isKey()
public void setKey(boolean key)
key - The key to set.public java.lang.String getName()
public java.lang.String getDutytypename()
public void setDutyTypename(java.lang.String dutytypename)
key - The DutyTypenamepublic void setName(java.lang.String name)
name - The name to set.public AttributeDefInSComp[] getSourceIdMAttributes()
public void setSourceIdMAttributes(AttributeDefInSComp[] sourceIdMAttributes)
sourceIdMAttributes - The sourceIdMAttributes to set.public boolean isUserType()
public void setUserType(boolean userType)
userType - The userType to set.public java.lang.String getValidationSCompName()
public void setValidationSCompName(java.lang.String validationSCompName)
validationSCompName - The validationSCompName to set.