com.rapidtransform.org.model
Class Alias
java.lang.Object
com.rapidtransform.core.model.AbstractBaseModel
com.rapidtransform.org.model.Alias
- All Implemented Interfaces:
- Model, java.io.Serializable
public class Alias
- extends AbstractBaseModel
The Alias is used to associate an object with a different context, such as another Organization.
- Author:
- S. Werner
- See Also:
- Serialized Form
Constructor Summary |
Alias()
|
Methods inherited from class com.rapidtransform.core.model.AbstractBaseModel |
equals, generateUuid, getId, getMetaTypeName, getPropertyHolder, getUuid, hashCode, setId, setMetaTypeName, setPropertyHolder, setUuid |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, toString, wait, wait, wait |
Alias
public Alias()
getAliasId
public java.lang.String getAliasId()
- Returns:
- Returns the aliasId.
setAliasId
public void setAliasId(java.lang.String aliasId)
- Parameters:
aliasId
- The aliasId to set.
getDescription
public java.lang.String getDescription()
- Returns:
- Returns the description.
setDescription
public void setDescription(java.lang.String description)
- Parameters:
description
- The description to set.
getScope
public Organization getScope()
- Returns:
- Returns the scope.
setScope
public void setScope(Organization scope)
- Parameters:
scope
- The scope to set.
getVersionId
public java.lang.String getVersionId()
- Returns:
- Returns the versionId.
setVersionId
public void setVersionId(java.lang.String versionId)
- Parameters:
versionId
- The versionId to set.