Class SendSMSResult
- java.lang.Object
-
- org.cyclos.model.Bean
-
- org.cyclos.model.users.bulkactions.SendSMSResult
-
- All Implemented Interfaces:
Serializable
public class SendSMSResult extends Bean
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringCLASS_NAMEstatic BasicProperty<String,SendSMSResult>FORMATTED_PHONE_NUMBERstatic BasicProperty<Boolean,SendSMSResult>SUCCESSFULLY_SENT
-
Constructor Summary
Constructors Constructor Description SendSMSResult()SendSMSResult(Property<T,? super SendSMSResult> property, T value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringclassName()protected List<Property<?,?>>doGetProperties()StringgetFormattedPhoneNumber()booleanisSuccessfullySent()voidsetFormattedPhoneNumber(String formattedPhoneNumber)voidsetSuccessfullySent(boolean successfullySent)-
Methods inherited from class org.cyclos.model.Bean
addPropertyChangeListener, addPropertyChangeListener, attributeNames, backup, changes, clearAttributes, copyPropertiesTo, copyPropertiesTo, copyPropertiesTo, dataAccessor, firePropertyChange, get, getAttribute, initDataAccessor, properties, property, propertyMap, removeAttribute, removePropertyChangeListener, removePropertyChangeListener, restore, set, set, setAttribute, setWithPropagationId, values
-
-
-
-
Field Detail
-
CLASS_NAME
public static final String CLASS_NAME
-
FORMATTED_PHONE_NUMBER
public static final BasicProperty<String,SendSMSResult> FORMATTED_PHONE_NUMBER
-
SUCCESSFULLY_SENT
public static final BasicProperty<Boolean,SendSMSResult> SUCCESSFULLY_SENT
-
-
Constructor Detail
-
SendSMSResult
public SendSMSResult()
-
SendSMSResult
public SendSMSResult(Property<T,? super SendSMSResult> property, T value)
-
-
Method Detail
-
doGetProperties
protected List<Property<?,?>> doGetProperties()
- Overrides:
doGetPropertiesin classBean
-
getFormattedPhoneNumber
public String getFormattedPhoneNumber()
-
setFormattedPhoneNumber
public void setFormattedPhoneNumber(String formattedPhoneNumber)
-
isSuccessfullySent
public boolean isSuccessfullySent()
-
setSuccessfullySent
public void setSuccessfullySent(boolean successfullySent)
-
-