public class AssetTypesEmbedded
extends Object
| Constructor and Description |
|---|
AssetTypesEmbedded() |
| Modifier and Type | Method and Description |
|---|---|
AssetTypesEmbedded |
addAssettypesItem(AssetTypeResource assettypesItem)
Add a AssetTypeResource to a list of Asset Type Resource
|
AssetTypesEmbedded |
assetTypes(List<AssetTypeResource> assettypes)
Returns an AssetTypesEmbedded instance initialized with list of Asset Type Resource
|
boolean |
equals(Object o) |
List<AssetTypeResource> |
getAssettypes()
Get assettypes
|
int |
hashCode() |
void |
setAssettypes(List<AssetTypeResource> assettypes) |
String |
toString() |
public AssetTypesEmbedded assetTypes(List<AssetTypeResource> assettypes)
assettypes - list of Asset Type Resource to be associated with AssetTypesEmbeddedpublic AssetTypesEmbedded addAssettypesItem(AssetTypeResource assettypesItem)
assettypesItem - instance of AssetTypeResource to be associated with AssetTypesEmbeddedpublic List<AssetTypeResource> getAssettypes()
public void setAssettypes(List<AssetTypeResource> assettypes)
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic String toString()
toString in class Object