public class Asset extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
Asset.JsonViewAsset |
| Constructor and Description |
|---|
Asset() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
boolean |
equalsWithoutComponentId(Object obj) |
static Comparator<Asset> |
getComparatorByComponentId() |
static Comparator<Asset> |
getComparatorByOrder() |
String |
getComponentId() |
String |
getId() |
String |
getName() |
int |
getOrder() |
String |
getScope() |
AssetType |
getType() |
int |
hashCode() |
boolean |
isActive() |
boolean |
isExternal() |
Asset |
setActive(boolean inactive) |
Asset |
setComponentId(String componentId) |
Asset |
setExternal(boolean external) |
Asset |
setId(String id) |
Asset |
setName(String name) |
Asset |
setOrder(int order) |
Asset |
setScope(String scope) |
Asset |
setType(AssetType type) |
String |
toString() |
public String getId()
public boolean isExternal()
public Asset setExternal(boolean external)
public String getName()
public AssetType getType()
public String getComponentId()
public String getScope()
public int getOrder()
public Asset setOrder(int order)
public boolean isActive()
public Asset setActive(boolean inactive)
public boolean equalsWithoutComponentId(Object obj)
public static Comparator<Asset> getComparatorByOrder()
public static Comparator<Asset> getComparatorByComponentId()
Copyright © 2021. All rights reserved.