|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--uk.ac.ebi.intact.model.IntactObjectImpl
This is the top level class for all intact model object.
| Field Summary | |
protected java.lang.String |
ac
The unique accession number of an object. |
protected java.lang.String |
NEW_LINE
This is used in toString() in order to be platform compatible. |
| Constructor Summary | |
protected |
IntactObjectImpl()
Protected constructor for use by subclasses - used to set the creation data for instances |
| Method Summary | |
java.lang.String |
getAc()
|
java.sql.Timestamp |
getCreated()
|
java.sql.Timestamp |
getUpdated()
|
void |
setAc(java.lang.String ac)
Deprecated. No replacement - should not be used by applications |
void |
setCreated(java.util.Date created)
|
void |
setUpdated(java.util.Date updated)
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
protected final java.lang.String NEW_LINE
protected java.lang.String ac
| Constructor Detail |
protected IntactObjectImpl()
| Method Detail |
public java.lang.String getAc()
getAc in interface IntactObjectpublic void setAc(java.lang.String ac)
setAc in interface IntactObjectac - public java.sql.Timestamp getCreated()
getCreated in interface IntactObjectpublic void setCreated(java.util.Date created)
setCreated in interface IntactObjectpublic java.sql.Timestamp getUpdated()
getUpdated in interface IntactObjectpublic void setUpdated(java.util.Date updated)
setUpdated in interface IntactObjectpublic java.lang.String toString()
toString in interface IntactObjecttoString in class java.lang.Object
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||