|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kuali.student.common.assembly.dictionary.old.DataFieldDescriptor
@Deprecated public class DataFieldDescriptor
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.
Field Summary | |
---|---|
protected List<LookupMetadata> |
additionalLookups
Deprecated. |
private boolean |
canEdit
Deprecated. |
private boolean |
canUnmask
Deprecated. |
private boolean |
canView
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 |
---|
protected String name
protected String desc
protected String writeAccess
private boolean canUnmask
private boolean canView
private boolean canEdit
protected String permission
protected String dataType
protected Object defaultValue
protected String defaultValuePath
protected boolean onChangeRefreshMetadata
protected String lookupContextPath
protected List<ConstraintMetadata> constraints
protected LookupMetadata initialLookup
protected List<LookupMetadata> additionalLookups
protected DataObjectStructure dataObjectStructure
Constructor Detail |
---|
public DataFieldDescriptor()
Method Detail |
---|
public String getName()
public void setName(String name)
public String getDesc()
public void setDesc(String desc)
public String getWriteAccess()
public String getPermission()
public void setPermission(String permission)
public void setWriteAccess(String writeAccess)
public String getDataType()
public void setDataType(String dataType)
public Object getDefaultValue()
public void setDefaultValue(Object defaultValue)
public List<ConstraintMetadata> getConstraints()
public void setConstraints(List<ConstraintMetadata> constraints)
public boolean isOnChangeRefreshMetadata()
public void setOnChangeRefreshMetadata(boolean onChangeRefreshMetadata)
public String getLookupContextPath()
public void setLookupContextPath(String lookupContextPath)
public LookupMetadata getInitialLookup()
public void setInitialLookup(LookupMetadata initialLookup)
public List<LookupMetadata> getAdditionalLookups()
public String getDefaultValuePath()
public void setDefaultValuePath(String defaultValuePath)
public DataObjectStructure getDataObjectStructure()
public void setDataObjectStructure(DataObjectStructure dataObjectStructure)
public boolean isCanUnmask()
public void setCanUnmask(boolean canUnmask)
public boolean isCanView()
public void setCanView(boolean canView)
public boolean isCanEdit()
public void setCanEdit(boolean canEdit)
public void setAdditionalLookups(List<LookupMetadata> additionalLookups)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |