|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PropertyDefinitionDateTime
Represents the definition of a property that holds a DateTime value. A PropertyDefinitionDateTime
object
is created from a PropertyTemplateDateTime
object and contains mutable property metadata that you can customize.
When a PropertyDefinitionDateTime
object is added to a class definition's
PropertyDefinitions
collection, a user-defined property is created in that class.
Metadata
Auditable: false
Method Summary | |
---|---|
java.util.Date |
get_PropertyDefaultDateTime()
Returns the value of the PropertyDefaultDateTime property. |
java.util.Date |
get_PropertyMaximumDateTime()
Returns the value of the PropertyMaximumDateTime property. |
java.util.Date |
get_PropertyMinimumDateTime()
Returns the value of the PropertyMinimumDateTime property. |
void |
set_PropertyDefaultDateTime(java.util.Date value)
Sets the value of the PropertyDefaultDateTime property. |
void |
set_PropertyMaximumDateTime(java.util.Date value)
Sets the value of the PropertyMaximumDateTime property. |
void |
set_PropertyMinimumDateTime(java.util.Date value)
Sets the value of the PropertyMinimumDateTime property. |
Methods inherited from interface com.filenet.api.core.EngineObject |
---|
get_ClassDescription, getClassName, getConnection, getProperties, getSuperClasses |
Method Detail |
---|
java.util.Date get_PropertyDefaultDateTime()
void set_PropertyDefaultDateTime(java.util.Date value)
java.util.Date get_PropertyMinimumDateTime()
void set_PropertyMinimumDateTime(java.util.Date value)
java.util.Date get_PropertyMaximumDateTime()
void set_PropertyMaximumDateTime(java.util.Date value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |