Package org.cyclos.entities.system
Class RegisterSmsOperationConfiguration
- java.lang.Object
-
- org.cyclos.entities.SimpleEntity
-
- org.cyclos.entities.NetworkedEntity
-
- org.cyclos.entities.BaseEntity
-
- org.cyclos.entities.NamedEntity
-
- org.cyclos.entities.ConfigurationEntity
-
- org.cyclos.entities.system.SmsOperationConfiguration
-
- org.cyclos.entities.system.BuiltinSmsOperationConfiguration
-
- org.cyclos.entities.system.RegisterSmsOperationConfiguration
-
- All Implemented Interfaces:
Cloneable,Comparable<NamedEntity>,ProcessableForDataTranslation,IEntity,IInternalNamedEntity,INamedEntity
@Entity public class RegisterSmsOperationConfiguration extends BuiltinSmsOperationConfiguration
Contains configuration for the register user sms operation
-
-
Constructor Summary
Constructors Constructor Description RegisterSmsOperationConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UserGroupgetGroup()SmsOperationConfigurationNaturegetNature()voidsetGroup(UserGroup group)-
Methods inherited from class org.cyclos.entities.system.SmsOperationConfiguration
getAliases, getChannelConfiguration, getHelpMessage, getNetwork, isEnabled, setAliases, setChannelConfiguration, setEnabled, setHelpMessage
-
Methods inherited from class org.cyclos.entities.ConfigurationEntity
getDescription, getInternalName, setDescription, setInternalName, toShortString, toString
-
Methods inherited from class org.cyclos.entities.NamedEntity
compareTo, getName, getNames, setName
-
Methods inherited from class org.cyclos.entities.BaseEntity
getDataTranslationType, getVersion
-
Methods inherited from class org.cyclos.entities.NetworkedEntity
isGlobal
-
Methods inherited from class org.cyclos.entities.SimpleEntity
clone, equals, getId, getId, getIds, getUniqueIds, getUniqueIds, hashCode, isPersistent, isTransient
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.cyclos.model.IInternalNamedEntity
matches
-
-
-
-
Method Detail
-
getGroup
public UserGroup getGroup()
-
getNature
public SmsOperationConfigurationNature getNature()
- Specified by:
getNaturein classSmsOperationConfiguration
-
setGroup
public void setGroup(UserGroup group)
-
-