Interface Record
-
public interface Record
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetFormattedPrimaryKey()Allows to return the primary key of an EBX recordStategetState()Allows to return the state of an EBX record
-
-
-
Method Detail
-
getFormattedPrimaryKey
java.lang.String getFormattedPrimaryKey()
Allows to return the primary key of an EBX record
- Returns:
- the primary key of an EBX record
-
getState
State getState()
Allows to return the state of an EBX record
- Returns:
- the state of an EBX record
-
-