Package org.cyclos.model
Class ConfigurationEntityVO
- java.lang.Object
-
- org.cyclos.model.Bean
-
- org.cyclos.model.EntityModel
-
- org.cyclos.model.EntityVO
-
- org.cyclos.model.NamedEntityVO
-
- org.cyclos.model.ConfigurationEntityVO
-
- All Implemented Interfaces:
Serializable,Comparable<NamedEntityVO>,IEntity,IInternalNamedEntity,INamedEntity
- Direct Known Subclasses:
AbstractPaymentTypeData,AccountFeeVO,AccountTypeVO,AdCategoryVO,AgreementVO,AuthorizationRoleVO,BasicGroupVO,ChannelVO,ConfigurationVO,CurrencyVO,CustomBackgroundTaskVO,CustomFieldPossibleValueCategoryVO,CustomFieldVO,CustomOperationVO,CustomScheduledTaskVO,CustomWebServiceVO,CustomWizardStepVO,CustomWizardVO,DocumentCategoryVO,ExportFormatVO,IdentityProviderVO,LanguageVO,MessageCategoryVO,NetworkVO,OidcClientVO,PasswordTypeVO,PrincipalTypeVO,PrivacyControlVO,ProductVO,RecordSectionVO,RecordTypeVO,ServiceInterceptorVO,SmsOperationConfigurationVO,SystemImageCategoryVO,TransferFeeVO,TransferFilterVO,TransferStatusFlowVO,TransferStatusVO,TransferTypeVO,UserSectionVO,VoucherCategoryVO,VoucherConfigurationVO,VoucherTemplateVO,VoucherTypeVO
public abstract class ConfigurationEntityVO extends NamedEntityVO implements IInternalNamedEntity
Base class for VOs of configuration entities- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static Property<Boolean,ConfigurationEntityVO>GLOBALstatic Property<String,ConfigurationEntityVO>INTERNAL_NAME-
Fields inherited from class org.cyclos.model.NamedEntityVO
NAME
-
Fields inherited from class org.cyclos.model.EntityModel
ID
-
-
Constructor Summary
Constructors Constructor Description ConfigurationEntityVO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected List<Property<?,?>>doGetProperties()StringgetInternalName()booleanisGlobal()voidsetGlobal(boolean global)voidsetInternalName(String internalName)-
Methods inherited from class org.cyclos.model.NamedEntityVO
compareTo, getName, setName, toString
-
Methods inherited from class org.cyclos.model.EntityModel
getId, hashCode, setId
-
Methods inherited from class org.cyclos.model.Bean
addPropertyChangeListener, addPropertyChangeListener, attributeNames, backup, changes, className, clearAttributes, copyPropertiesTo, copyPropertiesTo, copyPropertiesTo, dataAccessor, firePropertyChange, get, getAttribute, initDataAccessor, properties, property, propertyMap, removeAttribute, removePropertyChangeListener, removePropertyChangeListener, restore, set, set, setAttribute, setWithPropagationId
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.cyclos.model.IInternalNamedEntity
matches
-
-
-
-
Field Detail
-
INTERNAL_NAME
public static final Property<String,ConfigurationEntityVO> INTERNAL_NAME
-
GLOBAL
public static final Property<Boolean,ConfigurationEntityVO> GLOBAL
-
-
Method Detail
-
getInternalName
public String getInternalName()
- Specified by:
getInternalNamein interfaceIInternalNamedEntity- Returns:
- the internal name.
-
isGlobal
public boolean isGlobal()
-
setGlobal
public void setGlobal(boolean global)
-
setInternalName
public void setInternalName(String internalName)
- Specified by:
setInternalNamein interfaceIInternalNamedEntity- Parameters:
internalName- the internal name to be set.
-
doGetProperties
protected List<Property<?,?>> doGetProperties()
- Overrides:
doGetPropertiesin classNamedEntityVO
-
-