|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.ezcontent.impl.eos.base.BaseHyperlink
This is an object that contains data related to the `Hyperlink` 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 int |
linkID
|
private String |
name
|
private SimpleDocument |
owner
|
private String |
urlString
|
Constructor Summary | |
BaseHyperlink()
|
|
BaseHyperlink(int linkID)
Constructor for primary key |
|
BaseHyperlink(int linkID,
String urlString)
Constructor for required fields |
Method Summary | |
boolean |
equals(Object obj)
|
int |
getLinkID()
Return the unique identifier of this class |
String |
getName()
|
SimpleDocument |
getOwner()
|
String |
getUrlString()
|
int |
hashCode()
|
void |
setLinkID(int linkID)
Set the unique identifier of this class |
void |
setName(String name)
Set the value related to the column: name |
void |
setOwner(SimpleDocument owner)
Set the value related to the column: subject_id |
void |
setUrlString(String urlString)
Set the value related to the column: url |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private int hashCode
private int linkID
private String name
private String urlString
private SimpleDocument owner
Constructor Detail |
public BaseHyperlink()
public BaseHyperlink(int linkID)
public BaseHyperlink(int linkID, String urlString)
Method Detail |
public int getLinkID()
public void setLinkID(int linkID)
linkID
- the new IDpublic String getName()
public void setName(String name)
name
- the name valuepublic String getUrlString()
public void setUrlString(String urlString)
urlString
- the url valuepublic SimpleDocument getOwner()
public void setOwner(SimpleDocument owner)
owner
- the subject_id valuepublic boolean equals(Object obj)
public int hashCode()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |