|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.silverpeas.wysiwyg.dynamicvalue.model.DynamicValue
public class DynamicValue
class used to store data information used by the dynamic value functionality
Constructor Summary | |
---|---|
DynamicValue()
default constructor |
|
DynamicValue(String key,
String value,
Date startDate,
Date endDate)
full constructor |
Method Summary | |
---|---|
Date |
getEnDate()
|
String |
getKey()
|
Date |
getStartDate()
|
String |
getValue()
|
void |
setEnDate(Date enDate)
|
void |
setKey(String key)
sets the key |
void |
setStartDate(Date startDate)
|
void |
setValue(String value)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DynamicValue()
public DynamicValue(String key, String value, Date startDate, Date endDate)
key
- the key is used in HTML code as follows : "(%value
- the value relating to a key this value replace the key when user read the contentstartDate
- the start date of key validityendDate
- the end date of key validityMethod Detail |
---|
public String getKey()
public void setKey(String key)
key
- the key to setpublic String getValue()
public void setValue(String value)
value
- the value to setpublic Date getStartDate()
public void setStartDate(Date startDate)
startDate
- the startDate to setpublic Date getEnDate()
public void setEnDate(Date enDate)
enDate
- the enDate to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |