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 Summary
Modifier and TypeFieldDescriptionstatic final String
Attribute name for archivingstatic final String
Attribute name for CDM valuestatic final String
Attribute name for codestatic final String
Attribute name for code Apogéestatic final String
Attribute name for code Pégasestatic final String
Attribute name for ordering -
Constructor Summary
-
Method Summary
-
Field Details
-
CODE
Attribute name for code- See Also:
-
CDM_VALUE
Attribute name for CDM value- See Also:
-
CODE_APOGEE
Attribute name for code Apogée- See Also:
-
CODE_PEGASE
Attribute name for code Pégase- 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
-