org.kuali.student.r1.common.assembly.dictionary.old
Class DataFieldDescriptor

java.lang.Object
  extended by org.kuali.student.r1.common.assembly.dictionary.old.DataFieldDescriptor

Deprecated.

@Deprecated
public class DataFieldDescriptor
extends Object

This defines a field in the orchestration data object This is similar to the org.kuali.student.common.assembly.client.Metadata and the org.kuali.student.core.dictionary.dto.Field and org.kuali.student.core.dictionary.dto.FieldDescriptor objects.

Author:
Kuali Student Team

Field Summary
protected  List<LookupMetadata> additionalLookups
          Deprecated.  
protected  List<ConstraintMetadata> constraints
          Deprecated.  
protected  DataObjectStructure dataObjectStructure
          Deprecated.  
protected  String dataType
          Deprecated.  
protected  Object defaultValue
          Deprecated.  
protected  String defaultValuePath
          Deprecated.  
protected  String desc
          Deprecated.  
protected  LookupMetadata initialLookup
          Deprecated.  
protected  String lookupContextPath
          Deprecated.  
protected  String name
          Deprecated.  
protected  boolean onChangeRefreshMetadata
          Deprecated.  
protected  String permission
          Deprecated.  
protected  String writeAccess
          Deprecated.  
 
Constructor Summary
DataFieldDescriptor()
          Deprecated.  
 
Method Summary
 List<LookupMetadata> getAdditionalLookups()
          Deprecated.  
 List<ConstraintMetadata> getConstraints()
          Deprecated.  
 DataObjectStructure getDataObjectStructure()
          Deprecated.  
 String getDataType()
          Deprecated.  
 Object getDefaultValue()
          Deprecated.  
 String getDefaultValuePath()
          Deprecated.  
 String getDesc()
          Deprecated.  
 LookupMetadata getInitialLookup()
          Deprecated.  
 String getLookupContextPath()
          Deprecated.  
 String getName()
          Deprecated.  
 String getPermission()
          Deprecated.  
 String getWriteAccess()
          Deprecated.  
 boolean isCanEdit()
          Deprecated.  
 boolean isCanUnmask()
          Deprecated.  
 boolean isCanView()
          Deprecated.  
 boolean isOnChangeRefreshMetadata()
          Deprecated.  
 void setAdditionalLookups(List<LookupMetadata> additionalLookups)
          Deprecated.  
 void setCanEdit(boolean canEdit)
          Deprecated.  
 void setCanUnmask(boolean canUnmask)
          Deprecated.  
 void setCanView(boolean canView)
          Deprecated.  
 void setConstraints(List<ConstraintMetadata> constraints)
          Deprecated.  
 void setDataObjectStructure(DataObjectStructure dataObjectStructure)
          Deprecated.  
 void setDataType(String dataType)
          Deprecated.  
 void setDefaultValue(Object defaultValue)
          Deprecated.  
 void setDefaultValuePath(String defaultValuePath)
          Deprecated.  
 void setDesc(String desc)
          Deprecated.  
 void setInitialLookup(LookupMetadata initialLookup)
          Deprecated.  
 void setLookupContextPath(String lookupContextPath)
          Deprecated.  
 void setName(String name)
          Deprecated.  
 void setOnChangeRefreshMetadata(boolean onChangeRefreshMetadata)
          Deprecated.  
 void setPermission(String permission)
          Deprecated.  
 void setWriteAccess(String writeAccess)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

protected String name
Deprecated. 

desc

protected String desc
Deprecated. 

writeAccess

protected String writeAccess
Deprecated. 

permission

protected String permission
Deprecated. 

dataType

protected String dataType
Deprecated. 

defaultValue

protected Object defaultValue
Deprecated. 

defaultValuePath

protected String defaultValuePath
Deprecated. 

onChangeRefreshMetadata

protected boolean onChangeRefreshMetadata
Deprecated. 

lookupContextPath

protected String lookupContextPath
Deprecated. 

constraints

protected List<ConstraintMetadata> constraints
Deprecated. 

initialLookup

protected LookupMetadata initialLookup
Deprecated. 

additionalLookups

protected List<LookupMetadata> additionalLookups
Deprecated. 

dataObjectStructure

protected DataObjectStructure dataObjectStructure
Deprecated. 
Constructor Detail

DataFieldDescriptor

public DataFieldDescriptor()
Deprecated. 
Method Detail

getName

public String getName()
Deprecated. 

setName

public void setName(String name)
Deprecated. 

getDesc

public String getDesc()
Deprecated. 

setDesc

public void setDesc(String desc)
Deprecated. 

getWriteAccess

public String getWriteAccess()
Deprecated. 

getPermission

public String getPermission()
Deprecated. 

setPermission

public void setPermission(String permission)
Deprecated. 

setWriteAccess

public void setWriteAccess(String writeAccess)
Deprecated. 

getDataType

public String getDataType()
Deprecated. 

setDataType

public void setDataType(String dataType)
Deprecated. 

getDefaultValue

public Object getDefaultValue()
Deprecated. 

setDefaultValue

public void setDefaultValue(Object defaultValue)
Deprecated. 

getConstraints

public List<ConstraintMetadata> getConstraints()
Deprecated. 

setConstraints

public void setConstraints(List<ConstraintMetadata> constraints)
Deprecated. 

isOnChangeRefreshMetadata

public boolean isOnChangeRefreshMetadata()
Deprecated. 

setOnChangeRefreshMetadata

public void setOnChangeRefreshMetadata(boolean onChangeRefreshMetadata)
Deprecated. 

getLookupContextPath

public String getLookupContextPath()
Deprecated. 

setLookupContextPath

public void setLookupContextPath(String lookupContextPath)
Deprecated. 

getInitialLookup

public LookupMetadata getInitialLookup()
Deprecated. 

setInitialLookup

public void setInitialLookup(LookupMetadata initialLookup)
Deprecated. 

getAdditionalLookups

public List<LookupMetadata> getAdditionalLookups()
Deprecated. 

getDefaultValuePath

public String getDefaultValuePath()
Deprecated. 

setDefaultValuePath

public void setDefaultValuePath(String defaultValuePath)
Deprecated. 

getDataObjectStructure

public DataObjectStructure getDataObjectStructure()
Deprecated. 

setDataObjectStructure

public void setDataObjectStructure(DataObjectStructure dataObjectStructure)
Deprecated. 

isCanUnmask

public boolean isCanUnmask()
Deprecated. 

setCanUnmask

public void setCanUnmask(boolean canUnmask)
Deprecated. 

isCanView

public boolean isCanView()
Deprecated. 

setCanView

public void setCanView(boolean canView)
Deprecated. 

isCanEdit

public boolean isCanEdit()
Deprecated. 

setCanEdit

public void setCanEdit(boolean canEdit)
Deprecated. 

setAdditionalLookups

public void setAdditionalLookups(List<LookupMetadata> additionalLookups)
Deprecated. 


Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.