Package com.storedobject.core
Class ComputedMinute
java.lang.Object
com.storedobject.core.AbstractComputedValue<Integer>
com.storedobject.core.AbstractComputedInteger
com.storedobject.core.ComputedMinute
- All Implemented Interfaces:
ComputedValue<Integer>,Displayable,Storable,Cloneable,Comparable<ComputedMinute>
-
Field Summary
Fields inherited from class com.storedobject.core.AbstractComputedValue
computed -
Constructor Summary
ConstructorsConstructorDescriptionComputedMinute(int value) ComputedMinute(int value, boolean computed) ComputedMinute(ComputedMinute value) -
Method Summary
Modifier and TypeMethodDescriptionclone()intstatic ComputedMinuteprotected Stringvoidset(ComputedMinute value) Convert to a displayable string.toString()Methods inherited from class com.storedobject.core.AbstractComputedInteger
compareTo, getStorableValue, getValue, getValueObject, set, setValue, setValueMethods inherited from class com.storedobject.core.AbstractComputedValue
equals, isComputed, setComputedMethods inherited from class java.lang.Object
finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.storedobject.common.ComputedValue
consider, consider, enable, ignore, ignore, isManual, reverseStatus, setManual
-
Constructor Details
-
ComputedMinute
public ComputedMinute() -
ComputedMinute
public ComputedMinute(int value) -
ComputedMinute
public ComputedMinute(int value, boolean computed) -
ComputedMinute
-
-
Method Details
-
create
-
set
-
toString
- Overrides:
toStringin classAbstractComputedValue<Integer>
-
toDisplay
Description copied from interface:DisplayableConvert to a displayable string. The default implementation returns theStringUtility.toStringInt(Object)value.- Specified by:
toDisplayin interfaceDisplayable- Overrides:
toDisplayin classAbstractComputedValue<Integer>- Returns:
- A displayable string.
-
compareTo
- Specified by:
compareToin interfaceComparable<ComputedMinute>
-
clone
- Specified by:
clonein interfaceComputedValue<Integer>- Specified by:
clonein classAbstractComputedValue<Integer>
-
getDBType
- Specified by:
getDBTypein classAbstractComputedInteger
-