public class AttributeMutableSuperBeanImpl extends ComponentMutableSuperBeanImpl implements AttributeMutableSuperBean
Constructor and Description |
---|
AttributeMutableSuperBeanImpl() |
AttributeMutableSuperBeanImpl(AttributeSuperBean attributeBean) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAssignmentStatus() |
ATTRIBUTE_ATTACHMENT_LEVEL |
getAttachmantLevel() |
java.lang.String |
getAttachmentGroup() |
java.util.List<java.lang.String> |
getAttachmentMeasure() |
boolean |
getCountAttribute() |
boolean |
getEntityAttribute() |
boolean |
getFrequencyAttribute() |
boolean |
getIdentityAttribute() |
boolean |
getMandatory() |
boolean |
getNonObservationTimeAttribute() |
boolean |
getTimeFormat() |
void |
setAssignmentStatus(java.lang.String assignmentStatus) |
void |
setAttachmantLevel(ATTRIBUTE_ATTACHMENT_LEVEL attachmantLevel) |
void |
setAttachmentGroup(java.lang.String attachmentGroup) |
void |
setAttachmentMeasure(java.util.List<java.lang.String> attachmentMeasure) |
void |
setCountAttribute(boolean isCountAttribute) |
void |
setEntityAttribute(boolean isEntityAttribute) |
void |
setFrequencyAttribute(boolean isFrequencyAttribute) |
void |
setIdentityAttribute(boolean isIdentityAttribute) |
void |
setMandatory(boolean isMandatory) |
void |
setNonObservationTimeAttribute(boolean isNonObservationTimeAttribute) |
void |
setTimeFormat(boolean isTimeFormat) |
getCodelistBean, getConceptSuperBean, setCodelistBean, setConceptSuperBean
equals, getId, getUrn, hashCode, setId, setUrn
getAnnotations, setAnnotations
getClass, notify, notifyAll, toString, wait, wait, wait
getCodelistBean, getConceptSuperBean, setCodelistBean, setConceptSuperBean
getId, getUrn, setId, setUrn
getAnnotations, setAnnotations
public AttributeMutableSuperBeanImpl(AttributeSuperBean attributeBean)
public AttributeMutableSuperBeanImpl()
public java.lang.String getAssignmentStatus()
public void setAssignmentStatus(java.lang.String assignmentStatus)
public ATTRIBUTE_ATTACHMENT_LEVEL getAttachmantLevel()
public void setAttachmantLevel(ATTRIBUTE_ATTACHMENT_LEVEL attachmantLevel)
public java.lang.String getAttachmentGroup()
public void setAttachmentGroup(java.lang.String attachmentGroup)
public java.util.List<java.lang.String> getAttachmentMeasure()
public void setAttachmentMeasure(java.util.List<java.lang.String> attachmentMeasure)
public boolean getCountAttribute()
public void setCountAttribute(boolean isCountAttribute)
public boolean getEntityAttribute()
public void setEntityAttribute(boolean isEntityAttribute)
public boolean getFrequencyAttribute()
public void setFrequencyAttribute(boolean isFrequencyAttribute)
public boolean getIdentityAttribute()
public void setIdentityAttribute(boolean isIdentityAttribute)
public boolean getMandatory()
public void setMandatory(boolean isMandatory)
public boolean getNonObservationTimeAttribute()
public void setNonObservationTimeAttribute(boolean isNonObservationTimeAttribute)
public boolean getTimeFormat()
public void setTimeFormat(boolean isTimeFormat)