public class AssetTypeLinks
extends Object
| 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)
Returns an AssetTypeLinks instance initialized with AssetTypeLinksParent
|
AssetTypeLinks |
self(RelSelf self)
Returns an AssetTypeLinks instance initialized with RelSelf
|
void |
setParent(AssetTypeLinksParent parent) |
void |
setSelf(RelSelf self) |
String |
toString() |
public AssetTypeLinks self(RelSelf self)
self - instance of RelSelf to be associated with AssetTypeLinkspublic RelSelf getSelf()
public void setSelf(RelSelf self)
public AssetTypeLinks parent(AssetTypeLinksParent parent)
parent - instance of AssetTypeLinksParent to be associated with AssetTypeLinkspublic 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