@Entity public class TrafficCompanyPlatformDetailsEntity extends com.sohnar.persistence.entity.BaseEntity implements TaggableEntityIF<TrafficCompanyPlatformDetailsEntity,TrafficCompanyPlatformDetailsFreeTagLinkEntity>
| Modifier and Type | Field and Description |
|---|---|
private String |
billingDetails |
private Money |
calendarIntegrationPricePerUser |
private Integer |
contractedNumberOfTimeUsers |
private Integer |
contractedNumberOfUsers |
private DataSharingCategoryType |
dataSharingCategory |
private Boolean |
dataSharingOptOut |
private Money |
excessStorageRate |
private String |
externalCode |
private Integer |
freeProofsPerMonth |
private Set<TrafficCompanyPlatformDetailsFreeTagLinkEntity> |
freeTags |
private String |
groupName |
private Boolean |
locked |
private Integer |
maxNumberOfActiveUsers |
private String |
notes |
private PlatformPricePlanType |
platformPricePlan |
private Money |
pricePerTimeUser |
private Money |
pricePerUser |
private Money |
proofRate |
private Calendar |
renewalDate |
private Integer |
storageAllocationMB |
private Money |
storageRate |
private TrafficCompanyEntity |
trafficCompany |
private TrafficCompanyPlatformStatusType |
trafficCompanyPlatformStatusType |
| Constructor and Description |
|---|
TrafficCompanyPlatformDetailsEntity() |
getDateCreated, getDateModified, getId, getProxiedId, getVersion, isPersisted, isUnpersisted, prePersist, preUpdate, setDateCreated, setDateModified, setId, setVersionclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitprivate TrafficCompanyEntity trafficCompany
private TrafficCompanyPlatformStatusType trafficCompanyPlatformStatusType
private String billingDetails
private String notes
private PlatformPricePlanType platformPricePlan
private Calendar renewalDate
private Integer contractedNumberOfUsers
private Money pricePerUser
private Integer contractedNumberOfTimeUsers
private Money pricePerTimeUser
private Money calendarIntegrationPricePerUser
private Money storageRate
private Money excessStorageRate
private Integer storageAllocationMB
private Integer freeProofsPerMonth
private Money proofRate
private String externalCode
private Boolean locked
private Boolean dataSharingOptOut
private DataSharingCategoryType dataSharingCategory
private String groupName
private Integer maxNumberOfActiveUsers
private Set<TrafficCompanyPlatformDetailsFreeTagLinkEntity> freeTags
public DataSharingCategoryType getDataSharingCategory()
public void setDataSharingCategory(DataSharingCategoryType dataSharingCategory)
public Boolean getDataSharingOptOut()
public void setDataSharingOptOut(Boolean dataSharingOptOut)
public Boolean getLocked()
public void setLocked(Boolean locked)
public String getExternalCode()
public void setExternalCode(String externalCode)
public Integer getFreeProofsPerMonth()
public void setFreeProofsPerMonth(Integer freeProofsPerMonth)
public Money getProofRate()
public void setProofRate(Money proofRate)
public Money getCalendarIntegrationPricePerUser()
public void setCalendarIntegrationPricePerUser(Money calendarIntegrationPricePerUser)
public Money getStorageRate()
public void setStorageRate(Money storageRate)
public Money getExcessStorageRate()
public void setExcessStorageRate(Money excessStorageRate)
public Integer getStorageAllocationMB()
public void setStorageAllocationMB(Integer storageAllocationMB)
public Integer getContractedNumberOfTimeUsers()
public void setContractedNumberOfTimeUsers(Integer contractedNumberOfTimeUsers)
public Money getPricePerTimeUser()
public void setPricePerTimeUser(Money pricePerTimeUser)
public TrafficCompanyPlatformStatusType getTrafficCompanyPlatformStatusType()
public void setTrafficCompanyPlatformStatusType(TrafficCompanyPlatformStatusType trafficCompanyPlatformStatusType)
public TrafficCompanyEntity getTrafficCompany()
public void setTrafficCompany(TrafficCompanyEntity trafficCompany)
public String getBillingDetails()
public void setBillingDetails(String billingDetails)
public String getNotes()
public void setNotes(String notes)
public PlatformPricePlanType getPlatformPricePlan()
public void setPlatformPricePlan(PlatformPricePlanType platformPricePlan)
public Calendar getRenewalDate()
public void setRenewalDate(Calendar renewalDate)
public Integer getContractedNumberOfUsers()
public void setContractedNumberOfUsers(Integer contractedNumberOfUsers)
public Money getPricePerUser()
public void setPricePerUser(Money pricePerUser)
public String getGroupName()
public void setGroupName(String groupName)
public Integer getMaxNumberOfActiveUsers()
public void setMaxNumberOfActiveUsers(Integer maxNumberOfActiveUsers)
public Set<TrafficCompanyPlatformDetailsFreeTagLinkEntity> getFreeTags()
getFreeTags in interface TaggableEntityIF<TrafficCompanyPlatformDetailsEntity,TrafficCompanyPlatformDetailsFreeTagLinkEntity>public void setFreeTags(Set<TrafficCompanyPlatformDetailsFreeTagLinkEntity> freeTags)
setFreeTags in interface TaggableEntityIF<TrafficCompanyPlatformDetailsEntity,TrafficCompanyPlatformDetailsFreeTagLinkEntity>public void populateChildren()
public void applyTrafficCompanyToFreeTags(TrafficCompanyEntity trafficCompany)
Copyright © 2008–2016 Sohnar Ltd.. All rights reserved.