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 |
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 © 2004–2014 The Kuali Foundation. All rights reserved.