Package org.cyclos.entities.messaging
Class InboundSms
- java.lang.Object
-
- org.cyclos.entities.SimpleEntity
-
- org.cyclos.entities.NetworkedEntity
-
- org.cyclos.entities.messaging.BaseSms
-
- org.cyclos.entities.messaging.InboundSms
-
- All Implemented Interfaces:
Cloneable,HasNetwork,ProcessableForProxying,DefinesNetwork,IEntity
@Entity public class InboundSms extends BaseSms
Represents an inbound SMS, with data which has been received
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.cyclos.entities.SimpleEntity
SimpleEntity.EntityLoadNotifier
-
-
Constructor Summary
Constructors Constructor Description InboundSms()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetOperationAlias()LonggetOperationConfigurationId()SmsOperationConfigurationNaturegetOperationNature()InboundSmsStatusgetStatus()voidsetOperationAlias(String operationAlias)voidsetOperationConfigurationId(Long operationConfigurationId)voidsetOperationNature(SmsOperationConfigurationNature operationNature)voidsetStatus(InboundSmsStatus status)-
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
-
getOperationAlias
public String getOperationAlias()
-
getOperationConfigurationId
public Long getOperationConfigurationId()
-
getOperationNature
public SmsOperationConfigurationNature getOperationNature()
-
getStatus
public InboundSmsStatus getStatus()
-
setOperationAlias
public void setOperationAlias(String operationAlias)
-
setOperationConfigurationId
public void setOperationConfigurationId(Long operationConfigurationId)
-
setOperationNature
public void setOperationNature(SmsOperationConfigurationNature operationNature)
-
setStatus
public void setStatus(InboundSmsStatus status)
-
-