org.kuali.student.contract.model
Class OrchestrationObjectField

java.lang.Object
  extended by org.kuali.student.contract.model.OrchestrationObjectField

public class OrchestrationObjectField
extends Object

Author:
nwright

Nested Class Summary
static class OrchestrationObjectField.FieldTypeCategory
           
static class OrchestrationObjectField.WriteAccess
           
 
Constructor Summary
OrchestrationObjectField()
           
 
Method Summary
 List<String> getAdditionalLookups()
           
 List<TypeStateConstraint> getConstraints()
           
 String getDefaultValue()
           
 String getDefaultValuePath()
           
 OrchestrationObjectField.FieldTypeCategory getFieldTypeCategory()
           
 String getFullyQualifiedName()
           
 OrchestrationObject getInlineObject()
           
 String getLookup()
           
 String getLookupContextPath()
           
 Integer getMaxRecursions()
           
 String getName()
           
 OrchestrationObject getParent()
           
 String getProperName()
           
 String getPropertyName()
           
 String getType()
           
 OrchestrationObjectField.WriteAccess getWriteAccess()
           
 void setAdditionalLookups(List<String> additionalLookups)
           
 void setConstraints(List<TypeStateConstraint> constraints)
           
 void setDefaultValue(String defaultValue)
           
 void setDefaultValuePath(String defaultValuePath)
           
 void setFieldTypeCategory(OrchestrationObjectField.FieldTypeCategory fieldTypeCategory)
           
 void setInlineObject(OrchestrationObject inlineObject)
           
 void setLookup(String lookup)
           
 void setLookupContextPath(String lookupContextPath)
           
 void setMaxRecursions(Integer maxRecursions)
           
 void setName(String name)
           
 void setParent(OrchestrationObject parent)
           
 void setType(String type)
           
 void setWriteAccess(OrchestrationObjectField.WriteAccess writeAccess)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OrchestrationObjectField

public OrchestrationObjectField()
Method Detail

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-2013 The Kuali Foundation. All Rights Reserved.