public class AssetTypeLinks
extends Object
implements Serializable
| Constructor and Description |
|---|
AssetTypeLinks() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
AssetTypeLinksParent |
getParent()
Get parent
|
RelSelf |
getSelf()
Get self
|
int |
hashCode() |
AssetTypeLinks |
parent(AssetTypeLinksParent parent) |
AssetTypeLinks |
self(RelSelf self) |
void |
setParent(AssetTypeLinksParent parent) |
void |
setSelf(RelSelf self) |
String |
toString() |
public AssetTypeLinks self(RelSelf self)
public RelSelf getSelf()
public void setSelf(RelSelf self)
public AssetTypeLinks parent(AssetTypeLinksParent parent)
public AssetTypeLinksParent getParent()
public void setParent(AssetTypeLinksParent parent)
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic String toString()
toString in class Object