|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.higgins.rpps.core.tobj.PropertyTO
public class PropertyTO
The transfer object for the i-card property. A transfer object is a serializable class that groups related attributes, forming a composite value. This class is used as the return type of a WS business method.
| Constructor Summary | |
|---|---|
PropertyTO()
Creates a new instance of PropertyTO |
|
PropertyTO(String name,
String claimType,
PropertyTO[] complexValue,
boolean visible)
Creates a new instance of complex PropertyTO |
|
PropertyTO(String name,
String claimType,
String valueType,
String[] value,
boolean visible,
int type_,
String[] optionalValues_,
String pattern_,
String inputMask_)
Creates a new instance of simple PropertyTO |
|
| Method Summary | |
|---|---|
String |
getClaimType()
Gets the claim type as a string. |
PropertyTO[] |
getComplexValue()
Gets the complex property values. |
String |
getInputMask()
|
String |
getName()
Gets the name of transfer object. |
String[] |
getOptionalValues()
|
String |
getPattern()
|
int |
getType()
|
String[] |
getValue()
Gets the simple property values. |
String |
getValueType()
Gets the simple value type (class) as a string. |
boolean |
isVisible()
|
void |
setClaimType(String claimType)
Sets the claim type. |
void |
setComplexValue(PropertyTO[] complexValue)
Sets the complex property values. |
void |
setInputMask(String inputMask)
|
void |
setName(String name)
Sets the name of transfer object |
void |
setOptionalValues(String[] values)
|
void |
setPattern(String pattern)
|
void |
setType(int type)
|
void |
setValue(String[] value)
Sets the simple property values. |
void |
setValueType(String valueType)
Sets the simple value type (class). |
void |
setVisible(boolean visible)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PropertyTO()
public PropertyTO(String name,
String claimType,
String valueType,
String[] value,
boolean visible,
int type_,
String[] optionalValues_,
String pattern_,
String inputMask_)
name - the property name.value - the property value array.
public PropertyTO(String name,
String claimType,
PropertyTO[] complexValue,
boolean visible)
name - the property name.complexValue - the complex property value array.| Method Detail |
|---|
public boolean isVisible()
public void setVisible(boolean visible)
public String[] getValue()
public void setValue(String[] value)
value - the property value array.public PropertyTO[] getComplexValue()
public void setComplexValue(PropertyTO[] complexValue)
complexValue - the property value array.public String getValueType()
public void setValueType(String valueType)
valueType - the simple value type as a string.public String getClaimType()
public void setClaimType(String claimType)
claimType - the claim type as a string.public int getType()
public void setType(int type)
public String[] getOptionalValues()
public void setOptionalValues(String[] values)
public String getPattern()
public void setPattern(String pattern)
public String getInputMask()
public void setInputMask(String inputMask)
public String getName()
public void setName(String name)
name - the name of transfer object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||