|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.konakart.rmi.app.S_CustomerTag
public class S_CustomerTag
A customer tag is used to save customer related information used mainly for marketing purposes.
| Constructor Summary | |
|---|---|
S_CustomerTag()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getCustom1()
|
java.lang.String |
getCustom2()
|
java.lang.String |
getCustom3()
|
java.lang.String |
getCustom4()
|
java.lang.String |
getCustom5()
|
java.util.Calendar |
getDateAdded()
The last time the value of the tag (for a customer) was modified |
java.lang.String |
getDescription()
Description used in expression builder. |
int |
getId()
|
int |
getMaxInts()
When the tag value is of type MULTI_INT_TYPE, this attribute specifies the
maximum number of integers allowed. |
java.lang.String |
getName()
The tag name, normally in caps. |
int |
getType()
The type of tag. |
java.lang.String |
getValidation()
A regular expression validation string used when a new tag is inserted. |
java.lang.String |
getValue()
The value of the tag for a customer. |
void |
setCustom1(java.lang.String _custom1)
|
void |
setCustom2(java.lang.String _custom2)
|
void |
setCustom3(java.lang.String _custom3)
|
void |
setCustom4(java.lang.String _custom4)
|
void |
setCustom5(java.lang.String _custom5)
|
void |
setDateAdded(java.util.Calendar _dateAdded)
The last time the value of the tag (for a customer) was modified |
void |
setDescription(java.lang.String _description)
Description used in expression builder. |
void |
setId(int _id)
|
void |
setMaxInts(int _maxInts)
When the tag value is of type MULTI_INT_TYPE, this attribute specifies the
maximum number of integers allowed. |
void |
setName(java.lang.String _name)
The tag name, normally in caps. |
void |
setType(int _type)
The type of tag. |
void |
setValidation(java.lang.String _validation)
A regular expression validation string used when a new tag is inserted. |
void |
setValue(java.lang.String _value)
The value of the tag for a customer. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public S_CustomerTag()
| Method Detail |
|---|
public int getId()
public void setId(int _id)
_id - the id to setpublic java.lang.String getName()
public void setName(java.lang.String _name)
_name - the name to setpublic java.lang.String getDescription()
public void setDescription(java.lang.String _description)
_description - the description to setpublic java.lang.String getValue()
public void setValue(java.lang.String _value)
_value - the value to setpublic java.lang.String getValidation()
public void setValidation(java.lang.String _validation)
_validation - the validation to setpublic int getType()
STRING_TYPE=0: The tag value is a StringINT_TYPE=1: The tag value is an integerMULTI_INT_TYPE=2: The tag value contains one or more integers separated by a
delimiter. The maxInts attributes determines how many integers are allowed.DECIMAL_TYPE=3: The tag value is a decimal.DATE_TYPE=4: The tag value is a date.BOOLEAN_TYPE=5: The tag value is a boolean and so must contain the string
true or falseAGE_TYPE=6: The tag value is a date. When creating expressions you can
define the value to be greater or less than a length of time (in seconds) rather than
comparing it to a specific date.
public void setType(int _type)
STRING_TYPE=0: The tag value is a StringINT_TYPE=1: The tag value is an integerMULTI_INT_TYPE=2: The tag value contains one or more integers separated by a
delimiter. The maxInts attributes determines how many integers are allowed.DECIMAL_TYPE=3: The tag value is a decimal.DATE_TYPE=4: The tag value is a date.BOOLEAN_TYPE=5: The tag value is a boolean and so must contain the string
true or falseAGE_TYPE=6: The tag value is a date. When creating expressions you can
define the value to be greater or less than a length of time (in seconds) rather than
comparing it to a specific date.
_type - the type to setpublic int getMaxInts()
MULTI_INT_TYPE, this attribute specifies the
maximum number of integers allowed.
public void setMaxInts(int _maxInts)
MULTI_INT_TYPE, this attribute specifies the
maximum number of integers allowed.
_maxInts - the maxInts to setpublic java.util.Calendar getDateAdded()
public void setDateAdded(java.util.Calendar _dateAdded)
_dateAdded - the dateAdded to setpublic java.lang.String getCustom1()
public void setCustom1(java.lang.String _custom1)
_custom1 - the custom1 to setpublic java.lang.String getCustom2()
public void setCustom2(java.lang.String _custom2)
_custom2 - the custom2 to setpublic java.lang.String getCustom3()
public void setCustom3(java.lang.String _custom3)
_custom3 - the custom3 to setpublic java.lang.String getCustom4()
public void setCustom4(java.lang.String _custom4)
_custom4 - the custom4 to setpublic java.lang.String getCustom5()
public void setCustom5(java.lang.String _custom5)
_custom5 - the custom5 to set
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||