|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface DataObject
Contains methods that all ED data objects have in common.
| Method Summary | |
|---|---|
String |
getCreatedBy()
This returns the created by. |
Calendar |
getCreationDate()
This returns the creation date. |
Long |
getUid()
This returns the uid. |
void |
setCreatedBy(String s)
This sets the created by. |
void |
setCreationDate(Calendar c)
This sets the creation date. |
void |
setUid(Long l)
This sets the uid. |
| Method Detail |
|---|
Long getUid()
Long - uidvoid setUid(Long l)
l - Long to setCalendar getCreationDate()
Calendarvoid setCreationDate(Calendar c)
c - CalendarString getCreatedBy()
Stringvoid setCreatedBy(String s)
s - String
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||