public class AssetTypeDtoAspects
extends Object
Constructor and Description |
---|
AssetTypeDtoAspects() |
AssetTypeDtoAspects(String name,
String aspectTypeId)
Returns an AssetTypeDtoAspects instance initialized with name
|
Modifier and Type | Method and Description |
---|---|
AssetTypeDtoAspects |
aspectTypeId(String aspectTypeId)
Returns an AssetTypeDtoAspects instance initialized with aspectTypeId
|
boolean |
equals(Object o) |
String |
getAspectTypeId()
Get Aspect Type Id
|
String |
getName()
Get name
|
int |
hashCode() |
AssetTypeDtoAspects |
name(String name)
Returns an AssetTypeDtoAspects instance initialized with name
|
void |
setAspectTypeId(String aspectTypeId) |
void |
setName(String name) |
String |
toString() |
public AssetTypeDtoAspects()
public AssetTypeDtoAspects(String name, String aspectTypeId)
name
- name to be associated with AssetTypeDtoAspectsaspectTypeId
- aspectTypeId to be associated with AssetTypeDtoAspectspublic String getName()
public void setName(String name)
public String getAspectTypeId()
public void setAspectTypeId(String aspectTypeId)
public AssetTypeDtoAspects name(String name)
name
- name to be associated with AssetTypeDtoAspectspublic AssetTypeDtoAspects aspectTypeId(String aspectTypeId)
aspectTypeId
- aspectTypeId to be associated with AssetTypeDtoAspectspublic boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public String toString()
toString
in class Object