public class OSConvertContext extends ConvertContext
| Constructor and Description |
|---|
OSConvertContext(String attributeName,
String roleName,
String objectSelectionName,
Object domainObject)
Constructs a new ConvertContext using the input parameters.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAttributeName()
Returns the name of the attribute we want to convert
|
Object |
getDomainObject()
Returns the domain object that contains the attribute.
|
String |
getObjectSelectionName()
Returns the name of the object selection the attribute is a part of.
|
String |
getRoleName()
Returns the name of the role the attribute is part of.
|
void |
setAttributeName(String attributeName)
Sets the name of the attribute we want to convert.
|
void |
setDomainObject(Object domainObject)
Sets the domain object that contains the attribute.
|
void |
setObjectSelectionName(String objectSelectionName)
Sets the name of the object selection the attribute is a part of.
|
void |
setRoleName(String roleName)
Sets the name of the role the attribute is part of.
|
public OSConvertContext(String attributeName, String roleName, String objectSelectionName, Object domainObject)
attributeName - (missing javadoc)roleName - (missing javadoc)objectSelectionName - (missing javadoc)domainObject - (missing javadoc)public String getAttributeName()
public void setAttributeName(String attributeName)
attributeName - (missing javadoc)public String getRoleName()
public void setRoleName(String roleName)
roleName - (missing javadoc)public Object getDomainObject()
public void setDomainObject(Object domainObject)
domainObject - (missing javadoc)public String getObjectSelectionName()
public void setObjectSelectionName(String objectSelectionName)
objectSelectionName - (missing javadoc)Copyright © 2006–2018 Esito AS. All rights reserved.