org.kuali.student.contract.model
Class OrchestrationObjectField
java.lang.Object
org.kuali.student.contract.model.OrchestrationObjectField
public class OrchestrationObjectField
- extends Object
- Author:
- nwright
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
parent
private OrchestrationObject parent
name
private String name
type
private String type
fieldTypeCategory
private OrchestrationObjectField.FieldTypeCategory fieldTypeCategory
inlineObject
private OrchestrationObject inlineObject
constraints
private List<TypeStateConstraint> constraints
defaultValue
private String defaultValue
defaultValuePath
private String defaultValuePath
writeAccess
private OrchestrationObjectField.WriteAccess writeAccess
lookup
private String lookup
additionalLookups
private List<String> additionalLookups
lookupContextPath
private String lookupContextPath
maxRecursions
private Integer maxRecursions
OrchestrationObjectField
public OrchestrationObjectField()
getParent
public OrchestrationObject getParent()
setParent
public void setParent(OrchestrationObject parent)
setName
public void setName(String name)
getName
public String getName()
getPropertyName
public String getPropertyName()
getProperName
public String getProperName()
setType
public void setType(String type)
getType
public String getType()
getFieldTypeCategory
public OrchestrationObjectField.FieldTypeCategory getFieldTypeCategory()
setFieldTypeCategory
public void setFieldTypeCategory(OrchestrationObjectField.FieldTypeCategory fieldTypeCategory)
getInlineObject
public OrchestrationObject getInlineObject()
setInlineObject
public void setInlineObject(OrchestrationObject inlineObject)
getConstraints
public List<TypeStateConstraint> getConstraints()
setConstraints
public void setConstraints(List<TypeStateConstraint> constraints)
getDefaultValue
public String getDefaultValue()
setDefaultValue
public void setDefaultValue(String defaultValue)
getDefaultValuePath
public String getDefaultValuePath()
setDefaultValuePath
public void setDefaultValuePath(String defaultValuePath)
getFullyQualifiedName
public String getFullyQualifiedName()
getWriteAccess
public OrchestrationObjectField.WriteAccess getWriteAccess()
setWriteAccess
public void setWriteAccess(OrchestrationObjectField.WriteAccess writeAccess)
getLookup
public String getLookup()
setLookup
public void setLookup(String lookup)
getAdditionalLookups
public List<String> getAdditionalLookups()
setAdditionalLookups
public void setAdditionalLookups(List<String> additionalLookups)
getLookupContextPath
public String getLookupContextPath()
setLookupContextPath
public void setLookupContextPath(String lookupContextPath)
getMaxRecursions
public Integer getMaxRecursions()
setMaxRecursions
public void setMaxRecursions(Integer maxRecursions)
Copyright © 2007-2012 The Kuali Foundation. All Rights Reserved.