|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IIntegerPM
| Method Summary | |
|---|---|
java.math.BigInteger |
getBigInteger()
|
java.lang.Byte |
getByte()
|
java.lang.Integer |
getInteger()
|
java.lang.Long |
getLong()
|
long |
getMaxValue()
|
long |
getMinValue()
|
java.lang.Short |
getShort()
|
void |
setBigInteger(java.math.BigInteger value)
|
void |
setByte(java.lang.Byte value)
|
void |
setInteger(java.lang.Integer value)
|
void |
setLong(java.lang.Long value)
|
void |
setMaxValue(long maxValue)
|
void |
setMinValue(long minValue)
|
void |
setShort(java.lang.Short value)
|
| Methods inherited from interface org.beanfabrics.model.ITextPM |
|---|
getOptions, getText, isModified, preset, reformat, reset, setOptions, setText |
| Methods inherited from interface org.beanfabrics.model.IValuePM |
|---|
getComparable, getDescription, getTitle, isEditable, isEmpty, isMandatory, setDescription, setEditable, setMandatory, setTitle |
| Methods inherited from interface org.beanfabrics.Bean |
|---|
addPropertyChangeListener, addPropertyChangeListener, getPropertyChangeSupport, removePropertyChangeListener, removePropertyChangeListener |
| Methods inherited from interface org.beanfabrics.validation.Validatable |
|---|
getValidationState, getValidator, isValid, revalidate |
| Methods inherited from interface org.beanfabrics.support.Supportable |
|---|
getSupportMap |
| Methods inherited from interface org.beanfabrics.context.ContextOwner |
|---|
getContext |
| Method Detail |
|---|
void setByte(java.lang.Byte value)
java.lang.Byte getByte()
throws ConversionException
ConversionExceptionvoid setShort(java.lang.Short value)
java.lang.Short getShort()
throws ConversionException
ConversionExceptionvoid setInteger(java.lang.Integer value)
java.lang.Integer getInteger()
throws ConversionException
ConversionExceptionvoid setLong(java.lang.Long value)
java.lang.Long getLong()
throws ConversionException
ConversionExceptionvoid setBigInteger(java.math.BigInteger value)
java.math.BigInteger getBigInteger()
throws ConversionException
ConversionExceptionvoid setMinValue(long minValue)
long getMinValue()
void setMaxValue(long maxValue)
long getMaxValue()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||