|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface CustomerTagIf
A customer tag is used to save customer related information used mainly for marketing purposes.
| 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. |
| Method Detail |
|---|
int getId()
void setId(int id)
id - the id to setjava.lang.String getName()
void setName(java.lang.String name)
name - the name to setjava.lang.String getDescription()
void setDescription(java.lang.String description)
description - the description to setjava.lang.String getValue()
void setValue(java.lang.String value)
value - the value to setjava.lang.String getValidation()
void setValidation(java.lang.String validation)
validation - the validation to setint 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 false
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 false
type - the type to setint getMaxInts()
MULTI_INT_TYPE, this attribute specifies the
maximum number of integers allowed.
void setMaxInts(int maxInts)
MULTI_INT_TYPE, this attribute specifies the
maximum number of integers allowed.
maxInts - the maxInts to setjava.util.Calendar getDateAdded()
void setDateAdded(java.util.Calendar dateAdded)
dateAdded - the dateAdded to setjava.lang.String getCustom1()
void setCustom1(java.lang.String custom1)
custom1 - the custom1 to setjava.lang.String getCustom2()
void setCustom2(java.lang.String custom2)
custom2 - the custom2 to setjava.lang.String getCustom3()
void setCustom3(java.lang.String custom3)
custom3 - the custom3 to setjava.lang.String getCustom4()
void setCustom4(java.lang.String custom4)
custom4 - the custom4 to setjava.lang.String getCustom5()
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 | ||||||||