Class CSNamespace

All Implemented Interfaces:
Serializable, IBaseEntity, ICoreEntity, IEntity, ISortableEntity

@Entity public class CSNamespace extends SimpleEntity
holds configuration data for one namespace in db. CS = control station, these objects always go to the default persistence unit
See Also:
  • Constructor Details

    • CSNamespace

      public CSNamespace()
  • Method Details

    • getLicenceCount

      public int getLicenceCount()
    • setLicenceCount

      public void setLicenceCount(int licenceCount)
    • getLicenceOverflow

      public int getLicenceOverflow()
    • setLicenceOverflow

      public void setLicenceOverflow(int licenceOverflow)
    • getPersistenceUnit

      public String getPersistenceUnit()
    • setPersistenceUnit

      public void setPersistenceUnit(String persistenceUnit)