com.ibm.ram.internal.jaxb
Class CommunityAssetType
java.lang.Object
org.oslc.asset.internal.Resource
com.ibm.ram.internal.jaxb.CommunityAssetType
public class CommunityAssetType
- extends Resource
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
identifier
protected java.lang.String identifier
description
protected java.lang.String description
assetType
protected ResourceRef assetType
community
protected ResourceRef community
configuration
protected java.lang.String configuration
CommunityAssetType
public CommunityAssetType()
getIdentifier
public java.lang.String getIdentifier()
- Returns:
- Returns the identifier.
- Since:
- 7.5
setIdentifier
public void setIdentifier(java.lang.String identifier)
- Parameters:
identifier - The identifier to set.- Since:
- 7.5
getDescription
public java.lang.String getDescription()
- Returns:
- Returns the description.
- Since:
- 7.5
setDescription
public void setDescription(java.lang.String description)
- Parameters:
description - The description to set.- Since:
- 7.5
getAssetType
public ResourceRef getAssetType()
- Returns:
- Returns the assetType.
- Since:
- 7.5
setAssetType
public void setAssetType(ResourceRef assetType)
- Parameters:
assetType - The assetType to set.- Since:
- 7.5
getConfiguration
public java.lang.String getConfiguration()
- Returns:
- Returns the configuration.
- Since:
- 7.5
setConfiguration
public void setConfiguration(java.lang.String configuration)
- Parameters:
configuration - The configuration to set.- Since:
- 7.5
getCommunity
public ResourceRef getCommunity()
- Returns:
- Returns the community.
- Since:
- 7.5
setCommunity
public void setCommunity(ResourceRef community)
- Parameters:
community - The community to set.- Since:
- 7.5