|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.gre.samples.collectionhelpers.IRMField
The IRMField class encapsulates a Field element from a Records manager Complex Fields Collection returned by one of the TemplateControllerEJB methods. The class contains methods for getting attribute values, getting and setting Field values and other utility functions.
Constructor Summary | |
---|---|
IRMField(org.w3c.dom.Element field)
Constructor |
Method Summary | |
---|---|
int |
getAttrCntrlMsk()
Attribute Control Mask |
java.lang.String |
getCaption()
Caption |
int |
getControlType()
Returns the constant value specifying the type of control to display. |
int |
getDatTypMaxLngth()
Data Type Maximum Length. |
org.w3c.dom.Element |
getFieldForAdd()
Returns the XML Field element with all attributes removed except the FlPlnCmpntAttrDefColNm attribute. |
boolean |
getFldLvlAccess()
Field Level Access |
java.lang.String |
getFlPlnCmpntAttrDefColNm()
File Plan Component Attribute Column Name |
int |
getFlPlnCmpntAttrDefDatTyp()
File Plan Component Attribute Definition Data Type |
int |
getFlPlnCmpntDefID()
File Plan Component Definition ID |
boolean |
getIsActive()
Gets if the field should be used. |
boolean |
getIsPersonalPickList()
Returns true if this field contains a personal Pick List. |
boolean |
getIsVisible()
Sets if the field should be visible on a form. |
boolean |
getMandatory()
Mandatory flag. |
boolean |
getMultiValuedFlg()
Multi valued flag. |
int |
getPckLstID()
Pick List ID. |
boolean |
getReadOnly()
Read Only flag. |
java.lang.String |
getValue()
Gets the value for the field. |
void |
setIsActive(boolean val)
Sets if the field should be used. |
void |
setIsVisible(boolean val)
Gets if the field should be visible on a form. |
void |
setValue(java.lang.String val)
Sets the value for the field. |
java.lang.String |
ToString()
Returns the FlPlnCmpntAttrDefColNm for this field. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public IRMField(org.w3c.dom.Element field)
field
- An XML Field element from a Records Manager Fields CollectionMethod Detail |
public int getControlType() throws java.lang.Exception
java.lang.Exception
public java.lang.String ToString() throws java.lang.Exception
java.lang.Exception
public java.lang.String getFlPlnCmpntAttrDefColNm() throws java.lang.Exception
java.lang.Exception
public int getFlPlnCmpntDefID() throws java.lang.Exception
java.lang.Exception
public int getFlPlnCmpntAttrDefDatTyp() throws java.lang.Exception
java.lang.Exception
public int getAttrCntrlMsk() throws java.lang.Exception
java.lang.Exception
public java.lang.String getCaption() throws java.lang.Exception
java.lang.Exception
public boolean getFldLvlAccess() throws java.lang.Exception
java.lang.Exception
public boolean getMandatory() throws java.lang.Exception
java.lang.Exception
public boolean getMultiValuedFlg() throws java.lang.Exception
java.lang.Exception
public boolean getReadOnly() throws java.lang.Exception
java.lang.Exception
public boolean getIsPersonalPickList() throws java.lang.Exception
java.lang.Exception
public int getDatTypMaxLngth() throws java.lang.Exception
java.lang.Exception
public int getPckLstID() throws java.lang.Exception
java.lang.Exception
public org.w3c.dom.Element getFieldForAdd()
public java.lang.String getValue() throws java.lang.Exception
java.lang.Exception
public void setValue(java.lang.String val) throws java.lang.Exception
val
-
java.lang.Exception
public boolean getIsVisible()
public void setIsVisible(boolean val)
val
- public boolean getIsActive()
public void setIsActive(boolean val)
val
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |