|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.fixagora.basis.shared.model.persistence.IDManager
@Entity public class IDManager
The Class IDManager.
Constructor Summary | |
---|---|
IDManager()
|
Method Summary | |
---|---|
long |
getId()
Gets the id. |
java.lang.Long |
getLastID()
Gets the last id. |
java.lang.String |
getName()
Gets the name. |
void |
setId(long id)
Sets the id. |
void |
setLastID(java.lang.Long lastID)
Sets the last id. |
void |
setName(java.lang.String name)
Sets the name. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public IDManager()
Method Detail |
---|
public java.lang.String getName()
public void setName(java.lang.String name)
name
- the new namepublic java.lang.Long getLastID()
public void setLastID(java.lang.Long lastID)
lastID
- the new last idpublic long getId()
public void setId(long id)
id
- the new id
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |