public abstract class AbstractAsset extends Object implements Comparable<AbstractAsset>
| Modifier and Type | Field and Description |
|---|---|
protected AssetType |
assetType |
protected String |
authority |
| Constructor and Description |
|---|
AbstractAsset(AssetType assetType,
String authority) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
cleanInput(String input)
Asset field aren't allowed to have :
|
int |
compareTo(AbstractAsset o) |
boolean |
equals(Object anObject) |
String |
getAssetId() |
String |
getAssetShortId() |
AssetType |
getAssetType() |
String |
getAuthority() |
int |
hashCode() |
String |
toString() |
public AssetType getAssetType()
public String getAuthority()
public String getAssetId()
public String getAssetShortId()
protected String cleanInput(String input)
input - public int compareTo(AbstractAsset o)
compareTo in interface Comparable<AbstractAsset>Copyright © 2016. All Rights Reserved.