public class AspectLinks
extends Object
| Constructor and Description |
|---|
AspectLinks() |
| Modifier and Type | Method and Description |
|---|---|
AspectLinks |
aspectType(AspectLinksAspectType aspectType)
Returns an AspectLinks instance initialized with AspectLinksAspectType
|
AspectLinks |
asset(AspectLinksAsset asset)
Returns an AspectLinks instance initialized with AspectLinksAsset
|
boolean |
equals(Object o) |
AspectLinksAspectType |
getAspectType()
Get aspectType
|
AspectLinksAsset |
getAsset()
Get asset
|
AspectLinksSelf |
getSelf()
Get self
|
int |
hashCode() |
AspectLinks |
self(AspectLinksSelf self)
Returns an AspectLinks instance initialized with AspectLinksSelf
|
void |
setAspectType(AspectLinksAspectType aspectType) |
void |
setAsset(AspectLinksAsset asset) |
void |
setSelf(AspectLinksSelf self) |
String |
toString() |
public AspectLinks self(AspectLinksSelf self)
self - instance of AspectLinksSelf to be associated with AspectLinkspublic AspectLinksSelf getSelf()
public void setSelf(AspectLinksSelf self)
public AspectLinks asset(AspectLinksAsset asset)
asset - instance of AspectLinksAsset to be associated with AspectLinkspublic AspectLinksAsset getAsset()
public void setAsset(AspectLinksAsset asset)
public AspectLinks aspectType(AspectLinksAspectType aspectType)
aspectType - instance of AspectLinksAspectType to be associated with AspectLinkspublic AspectLinksAspectType getAspectType()
public void setAspectType(AspectLinksAspectType aspectType)
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic String toString()
toString in class Object