Package org.cyclos.entities.messaging
Class OutboundSms
- java.lang.Object
-
- org.cyclos.entities.SimpleEntity
-
- org.cyclos.entities.NetworkedEntity
-
- org.cyclos.entities.messaging.BaseSms
-
- org.cyclos.entities.messaging.OutboundSms
-
- All Implemented Interfaces:
Cloneable,HasNetwork,ProcessableForProxying,DefinesNetwork,IEntity
@Entity public class OutboundSms extends BaseSms
Represents an SMS which was sent
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.cyclos.entities.SimpleEntity
SimpleEntity.EntityLoadNotifier
-
-
Constructor Summary
Constructors Constructor Description OutboundSms()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OutboundSmsStatusgetStatus()OutboundSmsTypegetType()voidsetStatus(OutboundSmsStatus status)voidsetType(OutboundSmsType type)-
Methods inherited from class org.cyclos.entities.messaging.BaseSms
getConfigurationId, getDate, getMessage, getNetwork, getPhoneNumber, getUser, setConfigurationId, setDate, setMessage, setNetwork, setPhoneNumber, setUser
-
Methods inherited from class org.cyclos.entities.NetworkedEntity
isGlobal
-
Methods inherited from class org.cyclos.entities.SimpleEntity
equals, getId, hashCode, id, ids, isPersistent, isTransient, register, setId, toShortString, toString, uniqueIds, uniqueIds
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.cyclos.entities.ProcessableForProxying
getProxyClass
-
-
-
-
Method Detail
-
getStatus
public OutboundSmsStatus getStatus()
-
getType
public OutboundSmsType getType()
-
setStatus
public void setStatus(OutboundSmsStatus status)
-
setType
public void setType(OutboundSmsType type)
-
-