public class AttributeMutableBeanImpl extends ComponentMutableBeanImpl implements AttributeMutableBean
Constructor and Description |
---|
AttributeMutableBeanImpl() |
AttributeMutableBeanImpl(AttributeBean bean) |
Modifier and Type | Method and Description |
---|---|
void |
addConceptRole(StructureReferenceBean sRef)
Adds a concept Role to the existing list of concept roles
|
java.lang.String |
getAssignmentStatus()
The assignmentStatus attribute indicates whether a
value must be provided for the attribute when sending documentation along with the data.
|
java.lang.String |
getAttachmentGroup() |
ATTRIBUTE_ATTACHMENT_LEVEL |
getAttachmentLevel()
Returns the ATTRIBUTE_ATTACHMENT_LEVEL attribute indicating the level to which the attribute is attached in time-series formats
(generic, compact, utility data formats).
|
java.util.List<StructureReferenceBean> |
getConceptRoles() |
java.util.List<java.lang.String> |
getDimensionReferences() |
java.lang.String |
getPrimaryMeasureReference() |
void |
setAssignmentStatus(java.lang.String assignmentStatus) |
void |
setAttachmentGroup(java.lang.String attachmentGroup) |
void |
setAttachmentLevel(ATTRIBUTE_ATTACHMENT_LEVEL attachmentLevel) |
void |
setConceptRoles(java.util.List<StructureReferenceBean> conceptRoles) |
void |
setDimensionReferences(java.util.List<java.lang.String> dimensionReference) |
void |
setPrimaryMeasureReference(java.lang.String primaryMeasureReference) |
getConceptRef, getRepresentation, setConceptRef, setRepresentation
getId, getUri, getUrn, setId, setUri, setUrn
addAnnotation, addAnnotation, getAnnotations, setAnnotations
getStructureType
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getConceptRef, getRepresentation, setConceptRef, setRepresentation
getId, getUri, getUrn, setId, setUri
addAnnotation, addAnnotation, getAnnotations, setAnnotations
getStructureType
public AttributeMutableBeanImpl()
public AttributeMutableBeanImpl(AttributeBean bean)
public void addConceptRole(StructureReferenceBean sRef)
AttributeMutableBean
addConceptRole
in interface AttributeMutableBean
public java.util.List<StructureReferenceBean> getConceptRoles()
getConceptRoles
in interface AttributeMutableBean
public void setConceptRoles(java.util.List<StructureReferenceBean> conceptRoles)
setConceptRoles
in interface AttributeMutableBean
public ATTRIBUTE_ATTACHMENT_LEVEL getAttachmentLevel()
AttributeMutableBean
getAttachmentLevel
in interface AttributeMutableBean
public void setAttachmentLevel(ATTRIBUTE_ATTACHMENT_LEVEL attachmentLevel)
setAttachmentLevel
in interface AttributeMutableBean
public java.lang.String getAssignmentStatus()
AttributeMutableBean
getAssignmentStatus
in interface AttributeMutableBean
public void setAssignmentStatus(java.lang.String assignmentStatus)
setAssignmentStatus
in interface AttributeMutableBean
public java.lang.String getAttachmentGroup()
getAttachmentGroup
in interface AttributeMutableBean
public void setAttachmentGroup(java.lang.String attachmentGroup)
setAttachmentGroup
in interface AttributeMutableBean
public java.util.List<java.lang.String> getDimensionReferences()
getDimensionReferences
in interface AttributeMutableBean
public void setDimensionReferences(java.util.List<java.lang.String> dimensionReference)
setDimensionReferences
in interface AttributeMutableBean
public java.lang.String getPrimaryMeasureReference()
getPrimaryMeasureReference
in interface AttributeMutableBean
public void setPrimaryMeasureReference(java.lang.String primaryMeasureReference)
setPrimaryMeasureReference
in interface AttributeMutableBean