|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object dist1.acb.common.database.TopicProposal
Constructor Summary | |
TopicProposal(java.lang.String topicName,
java.lang.String userLogin,
java.sql.Timestamp creationTime,
int parent)
Creates a new instance of TopicProposal |
Method Summary | |
java.sql.Timestamp |
getCreationTime()
Getter for property creationTime. |
int |
getParent()
Getter for property parent. |
java.lang.String |
getTopicName()
Getter for property topicName. |
java.lang.String |
getUserLogin()
Getter for property userLogin. |
void |
setCreationTime(java.sql.Timestamp creationTime)
Setter for property creationTime. |
void |
setParent(int parent)
Setter for property parent. |
void |
setTopicName(java.lang.String topicName)
Setter for property topicName. |
void |
setUserLogin(java.lang.String userLogin)
Setter for property userLogin. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public TopicProposal(java.lang.String topicName, java.lang.String userLogin, java.sql.Timestamp creationTime, int parent)
Method Detail |
public java.lang.String getTopicName()
public void setTopicName(java.lang.String topicName)
topicName
- New value of property topicName.public java.lang.String getUserLogin()
public void setUserLogin(java.lang.String userLogin)
userLogin
- New value of property userLogin.public java.sql.Timestamp getCreationTime()
public void setCreationTime(java.sql.Timestamp creationTime)
creationTime
- New value of property creationTime.public int getParent()
public void setParent(int parent)
parent
- New value of property parent.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |