|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface EntityIdentifier
All Silverpeas entities must use this interface for their identifier. By this way, all entities have a typed identifier that only the entity knows.
| Method Summary | |
|---|---|
String |
asString()
Gets the id value as a String. |
EntityIdentifier |
fromString(String id)
Sets the id value from a String. |
EntityIdentifier |
generateNewId(String tableName,
String tableColumnIdName)
Generate a new ID. |
| Method Detail |
|---|
String asString()
EntityIdentifier fromString(String id)
EntityIdentifier generateNewId(String tableName,
String tableColumnIdName)
tableName - tableColumnIdName -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||