com.ibm.ram.internal.jaxb
Class CommunityAssetType

java.lang.Object
  extended by org.oslc.asset.internal.Resource
      extended by com.ibm.ram.internal.jaxb.CommunityAssetType

public class CommunityAssetType
extends Resource


Field Summary
protected  ResourceRef assetType
           
protected  ResourceRef community
           
protected  java.lang.String configuration
           
protected  java.lang.String description
           
protected  java.lang.String identifier
           
 
Fields inherited from class org.oslc.asset.internal.Resource
about, base, etag, title
 
Constructor Summary
CommunityAssetType()
           
 
Method Summary
 ResourceRef getAssetType()
           
 ResourceRef getCommunity()
           
 java.lang.String getConfiguration()
           
 java.lang.String getDescription()
           
 java.lang.String getIdentifier()
           
 void setAssetType(ResourceRef assetType)
           
 void setCommunity(ResourceRef community)
           
 void setConfiguration(java.lang.String configuration)
           
 void setDescription(java.lang.String description)
           
 void setIdentifier(java.lang.String identifier)
           
 
Methods inherited from class org.oslc.asset.internal.Resource
getAbout, getBase, getEtag, getTitle, setAbout, setBase, setEtag, setTitle, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

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
Constructor Detail

CommunityAssetType

public CommunityAssetType()
Method Detail

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