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:
AccountFeeVO,AccountTypeVO,AdCategoryVO,AgreementVO,AuthorizationRoleVO,BasicGroupVO,ChannelVO,ConfigurationVO,CurrencyVO,CustomFieldPossibleValueCategoryVO,CustomFieldVO,CustomOperationVO,CustomWebServiceVO,CustomWizardStepVO,CustomWizardVO,DocumentCategoryVO,ExportFormatVO,IdentityProviderVO,LanguageVO,MessageCategoryVO,NetworkVO,OidcClientVO,PasswordTypeVO,PrincipalTypeVO,PrincipalVO,PrivacyControlVO,ProductVO,RecordSectionVO,RecordTypeVO,ServiceInterceptorVO,SmsOperationConfigurationVO,SystemImageCategoryVO,TransferFeeVO,TransferFilterVO,TransferStatusFlowVO,TransferStatusVO,TransferTypeVO,VoucherConfigurationVO,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.EntityVO
equals, getId, getIds, getUniqueIds
-
Methods inherited from class org.cyclos.model.EntityModel
getId, hashCode, setId
-
Methods inherited from class org.cyclos.model.Bean
addPropertyChangeListener, addPropertyChangeListener, attributeNames, changes, className, clearAttributes, copyPropertiesTo, dataAccessor, firePropertyChange, get, getAttribute, initDataAccessor, properties, property, propertyMap, removeAttribute, removePropertyChangeListener, removePropertyChangeListener, 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
-
-