public class IUSAttribute extends Attribute<IUS,IUSAttribute> implements Serializable
| Constructor and Description |
|---|
IUSAttribute()
Constructor for IUSAttribute.
|
IUSAttribute(int iusAttributeId,
IUS ius)
Constructor for IUSAttribute.
|
IUSAttribute(int iusAttributeId,
IUS ius,
String tag,
String value,
String units)
Constructor for IUSAttribute.
|
| Modifier and Type | Method and Description |
|---|---|
IUS |
getIus()
Getter for the field
ius. |
Integer |
getIusAttributeId()
Getter for the field
iusAttributeId. |
String |
getTag()
getTag.
|
String |
getUnit()
getUnit.
|
String |
getUnits()
Getter for the field
units. |
String |
getValue()
getValue.
|
void |
setAttributeParent(IUS parent)
Associate this attribute with its parent
|
void |
setIus(IUS ius)
Setter for the field
ius. |
void |
setIusAttributeId(Integer iusAttributeId)
Setter for the field
iusAttributeId. |
void |
setTag(String tag)
setTag.
|
void |
setUnit(String unit)
setUnit.
|
void |
setUnits(String units)
Setter for the field
units. |
void |
setValue(String value)
setValue.
|
String |
toString() |
public IUSAttribute()
Constructor for IUSAttribute.
public IUSAttribute(int iusAttributeId,
IUS ius)
Constructor for IUSAttribute.
iusAttributeId - a int.ius - a IUS object.public Integer getIusAttributeId()
Getter for the field iusAttributeId.
Integer object.public void setIusAttributeId(Integer iusAttributeId)
Setter for the field iusAttributeId.
iusAttributeId - a Integer object.public String getTag()
getTag.
getTag in class Attribute<IUS,IUSAttribute>public void setTag(String tag)
setTag.
setTag in class Attribute<IUS,IUSAttribute>tag - a String object.public String getValue()
getValue.
getValue in class Attribute<IUS,IUSAttribute>public void setValue(String value)
setValue.
setValue in class Attribute<IUS,IUSAttribute>value - a String object.public void setUnits(String units)
Setter for the field units.
units - a String object.public String getUnit()
getUnit.
getUnit in class Attribute<IUS,IUSAttribute>public void setUnit(String unit)
setUnit.
setUnit in class Attribute<IUS,IUSAttribute>unit - a String object.public void setAttributeParent(IUS parent)
AttributesetAttributeParent in class Attribute<IUS,IUSAttribute>Copyright © 2015 SeqWare. All rights reserved.