Package org.ametys.odf.enumeration
Class OdfReferenceTableEntry
java.lang.Object
org.ametys.odf.enumeration.OdfReferenceTableEntry
This class represents a entry of ODF reference table
-
Field Details
-
CODE
Attribute name for code- See Also:
-
CDM_VALUE
Attribute name for CDM value- See Also:
-
ORDER
Attribute name for ordering- See Also:
-
ARCHIVED
Attribute name for archiving- See Also:
-
-
Constructor Details
-
OdfReferenceTableEntry
Constructor- Parameters:
content
- The content representing the entry
-
-
Method Details
-
getId
Get the identifier- Returns:
- The identifier
-
getLabel
Get the label- Parameters:
lang
- The language- Returns:
- The label
-
getCode
Get the code- Returns:
- the code
-
getCdmValue
Get the CDM value- Returns:
- the CDM value
-
getOrder
Get the order- Returns:
- the order
-
isArchived
Get the archiving state- Returns:
true
if the entry is archived,false
otherwise
-
getContent
Get the content- Returns:
- the content
-
hashCode
-
equals
-