|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.ezcontent.impl.eos.base.BaseStatus
This is an object that contains data related to the `Status` 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 String |
name
|
private int |
priority
|
private int |
statId
|
private String |
type
|
Constructor Summary | |
BaseStatus()
|
|
BaseStatus(int statId)
Constructor for primary key |
|
BaseStatus(int statId,
int priority,
String name,
String type)
Constructor for required fields |
Method Summary | |
boolean |
equals(Object obj)
|
String |
getName()
|
int |
getPriority()
|
int |
getStatId()
Return the unique identifier of this class |
String |
getType()
|
int |
hashCode()
|
void |
setName(String name)
Set the value related to the column: status |
void |
setPriority(int priority)
Set the value related to the column: prioridad |
void |
setStatId(int statId)
Set the unique identifier of this class |
void |
setType(String type)
Set the value related to the column: tipo |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private int hashCode
private int statId
private int priority
private String name
private String type
Constructor Detail |
public BaseStatus()
public BaseStatus(int statId)
public BaseStatus(int statId, int priority, String name, String type)
Method Detail |
public int getStatId()
public void setStatId(int statId)
statId
- the new IDpublic int getPriority()
public void setPriority(int priority)
priority
- the prioridad valuepublic String getName()
public void setName(String name)
name
- the status valuepublic String getType()
public void setType(String type)
type
- the tipo valuepublic boolean equals(Object obj)
public int hashCode()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |