public class StructureAspectsEmbedded
extends Object
| Constructor and Description |
|---|
StructureAspectsEmbedded() |
| Modifier and Type | Method and Description |
|---|---|
StructureAspectsEmbedded |
addAspectsItem(AspectResource aspectsItem)
Adds an aspect resource to list of aspect resources of the Structure Aspects
|
StructureAspectsEmbedded |
aspects(List<AspectResource> aspects)
Returns a StructureAspectsEmbedded instance initialized with list of aspect resources
|
boolean |
equals(Object o) |
List<AspectResource> |
getAspects()
Get aspects
|
int |
hashCode() |
void |
setAspects(List<AspectResource> aspects) |
String |
toString() |
public StructureAspectsEmbedded aspects(List<AspectResource> aspects)
aspects - list of aspect resources to be associated with StructureAspectsEmbeddedpublic StructureAspectsEmbedded addAspectsItem(AspectResource aspectsItem)
aspectsItem - instance of AspectResource to be associated with StructureAspectsEmbeddedpublic List<AspectResource> getAspects()
public void setAspects(List<AspectResource> aspects)
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic String toString()
toString in class Object