|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.ezcontent.impl.eos.base.BaseDocumentSubject
This is an object that contains data related to the `DocSubject` table. Do not modify this class because it will be overwritten if the configuration file related to this class is modified. For more information visit The Hibernate Synchronizer page, or contact Joe Hudson
Field Summary | |
private int |
hashCode
|
private Set |
hijos
|
private String |
name
|
private DocumentSubject |
parent
|
private int |
priority
|
private int |
subjectID
|
Constructor Summary | |
BaseDocumentSubject()
|
|
BaseDocumentSubject(int subjectID)
Constructor for primary key |
|
BaseDocumentSubject(int subjectID,
String name,
int priority)
Constructor for required fields |
Method Summary | |
void |
addToHijos(Object obj)
|
boolean |
equals(Object obj)
|
Set |
getHijos()
|
String |
getName()
|
DocumentSubject |
getParent()
|
int |
getPriority()
|
int |
getSubjectID()
Return the unique identifier of this class |
int |
hashCode()
|
void |
setHijos(Set hijos)
|
void |
setName(String name)
Set the value related to the column: nombre |
void |
setParent(DocumentSubject parent)
Set the value related to the column: parent_id |
void |
setPriority(int priority)
Set the value related to the column: prioridad |
void |
setSubjectID(int subjectID)
Set the unique identifier of this class |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private int hashCode
private int subjectID
private String name
private int priority
private DocumentSubject parent
private Set hijos
Constructor Detail |
public BaseDocumentSubject()
public BaseDocumentSubject(int subjectID)
public BaseDocumentSubject(int subjectID, String name, int priority)
Method Detail |
public int getSubjectID()
public void setSubjectID(int subjectID)
subjectID
- the new IDpublic String getName()
public void setName(String name)
name
- the nombre valuepublic int getPriority()
public void setPriority(int priority)
priority
- the prioridad valuepublic DocumentSubject getParent()
public void setParent(DocumentSubject parent)
parent
- the parent_id valuepublic Set getHijos()
public void setHijos(Set hijos)
public void addToHijos(Object obj)
public boolean equals(Object obj)
public int hashCode()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |