|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
represents certain infobit version. version has an author, creation time and certain workflow status - created / checked / approved /
| Method Summary | |
java.lang.String |
getAuthor()
Gets the Author attribute of the Version object |
Content |
getContent()
Gets the Content attribute of the Version object |
java.util.Date |
getDate()
Gets the Date attribute of the Version object |
java.lang.Integer |
getId()
I do not like idea of exposing this to user, but somehow we have to expose this to content objects belonging to version... |
Infobit |
getInfobit()
Gets the Infobit attribute of the Version object |
java.lang.String |
getName()
Gets the Name attribute of the Version object |
void |
setAuthor(java.lang.String author)
Sets the Author attribute of the Version object |
void |
setDate(java.util.Date date)
Sets the Date attribute of the Version object |
void |
setName(java.lang.String name)
Sets the Name attribute of the Version object |
| Method Detail |
public java.lang.Integer getId()
public java.lang.String getName()
public java.lang.String getAuthor()
public Infobit getInfobit()
public java.util.Date getDate()
public void setName(java.lang.String name)
name - The new Name valuepublic void setAuthor(java.lang.String author)
author - The new Author valuepublic void setDate(java.util.Date date)
date - The new Date valuepublic Content getContent()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||