Package eu.europa.ted.eforms.sdk.entity
Class SdkField
- java.lang.Object
-
- eu.europa.ted.eforms.sdk.entity.SdkField
-
- All Implemented Interfaces:
Comparable<SdkField>
- Direct Known Subclasses:
SdkField06,SdkField07,SdkFieldV1
public abstract class SdkField extends Object implements Comparable<SdkField>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(SdkField o)Helps with hash maps collisions.booleanequals(Object obj)StringgetId()StringgetParentNodeId()StringgetRootCodelistId()StringgetType()StringgetXpathAbsolute()StringgetXpathRelative()inthashCode()StringtoString()
-
-
-
Method Detail
-
getId
public String getId()
-
getParentNodeId
public String getParentNodeId()
-
getXpathAbsolute
public String getXpathAbsolute()
-
getXpathRelative
public String getXpathRelative()
-
getType
public String getType()
-
getRootCodelistId
public String getRootCodelistId()
-
compareTo
public int compareTo(SdkField o)
Helps with hash maps collisions. Should be consistent with equals.- Specified by:
compareToin interfaceComparable<SdkField>
-
-