public abstract class ActiveFromToBo extends PersistableBusinessObjectBase implements groovy.lang.GroovyObject
extension, versionNumber| Constructor and Description |
|---|
ActiveFromToBo() |
| Modifier and Type | Method and Description |
|---|---|
org.joda.time.DateTime |
getActiveFromDate() |
Timestamp |
getActiveFromDateValue() |
org.joda.time.DateTime |
getActiveToDate() |
Timestamp |
getActiveToDateValue() |
groovy.lang.MetaClass |
getMetaClass() |
Object |
getProperty(String property) |
Object |
invokeMethod(String method,
Object arguments) |
boolean |
isActive() |
boolean |
isActive(org.joda.time.DateTime activeAsOfDate) |
boolean |
isActive(Timestamp activeAsOfDate) |
void |
setActiveFromDateValue(Timestamp value) |
void |
setActiveToDateValue(Timestamp value) |
void |
setMetaClass(groovy.lang.MetaClass mc) |
void |
setProperty(String property,
Object value) |
afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeUpdate, buildListOfDeletionAwareLists, getExtension, getObjectId, getPersistenceService, getPersistenceStructureService, getVersionNumber, isNewCollectionRecord, linkEditableUserFields, postLoad, postPersist, postRemove, postUpdate, prePersist, preRemove, preUpdate, refresh, refreshNonUpdateableReferences, refreshReferenceObject, setExtension, setNewCollectionRecord, setObjectId, setVersionNumbertoStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waittoStringpublic ActiveFromToBo()
public groovy.lang.MetaClass getMetaClass()
getMetaClass in interface groovy.lang.GroovyObjectpublic void setMetaClass(groovy.lang.MetaClass mc)
setMetaClass in interface groovy.lang.GroovyObjectpublic Object invokeMethod(String method, Object arguments)
invokeMethod in interface groovy.lang.GroovyObjectpublic Object getProperty(String property)
getProperty in interface groovy.lang.GroovyObjectpublic void setProperty(String property, Object value)
setProperty in interface groovy.lang.GroovyObjectpublic Timestamp getActiveFromDateValue()
public void setActiveFromDateValue(Timestamp value)
public Timestamp getActiveToDateValue()
public void setActiveToDateValue(Timestamp value)
public boolean isActive(org.joda.time.DateTime activeAsOfDate)
public boolean isActive()
public org.joda.time.DateTime getActiveFromDate()
public org.joda.time.DateTime getActiveToDate()
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.