public class Link extends KeyedEntity<Link>
| Constructor and Description |
|---|
Link() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canEqual(Object other) |
protected Link |
clone() |
boolean |
equals(Object o) |
String |
getLinkType() |
Integer |
getOwnerKey() |
String |
getOwnerType() |
String |
getPath() |
int |
hashCode() |
void |
setLinkType(String linkType) |
void |
setOwnerKey(Integer ownerKey) |
void |
setOwnerType(String ownerType) |
void |
setPath(String path) |
String |
toString() |
copy, getKey, setKeyprotected Link clone()
clone in class KeyedEntity<Link>public Integer getOwnerKey()
public String getOwnerType()
public String getPath()
public String getLinkType()
public void setOwnerKey(Integer ownerKey)
public void setOwnerType(String ownerType)
public void setPath(String path)
public void setLinkType(String linkType)
public String toString()
toString in class KeyedEntity<Link>public boolean equals(Object o)
equals in class KeyedEntity<Link>public boolean canEqual(Object other)
canEqual in class KeyedEntity<Link>public int hashCode()
hashCode in class KeyedEntity<Link>Generated March 24 2013 by mike using Apache Ant(TM) version 1.8.2 compiled on May 18 2012 and Java version 1.7.0_15 from Oracle Corporation on Linux i386 3.5.0-26-generic