@MappedSuperclass public class OrgFeature extends DomainObject
Organization
and the Feature
Constructor and Description |
---|
OrgFeature() |
Modifier and Type | Method and Description |
---|---|
Cycle |
getBillingCycle() |
Date |
getCreated() |
Feature |
getFeature() |
Organization |
getOrg() |
Date |
getPurchaseDate() |
Date |
getTrialEndDate() |
Date |
getTrialStartDate() |
Date |
getUpdated() |
void |
setBillingCycle(Cycle billingCycle) |
void |
setCreated(Date created) |
void |
setFeature(Feature feature) |
void |
setOrg(Organization org) |
void |
setPurchaseDate(Date purchaseDate) |
void |
setTrialEndDate(Date trialEndDate) |
void |
setTrialStartDate(Date trialStartDate) |
void |
setUpdated(Date updated) |
public Organization getOrg()
public void setOrg(Organization org)
public Feature getFeature()
public void setFeature(Feature feature)
public Date getPurchaseDate()
public void setPurchaseDate(Date purchaseDate)
public Date getCreated()
public void setCreated(Date created)
public Date getUpdated()
public void setUpdated(Date updated)
public Date getTrialStartDate()
public void setTrialStartDate(Date trialStartDate)
public Date getTrialEndDate()
public void setTrialEndDate(Date trialEndDate)
public Cycle getBillingCycle()
public void setBillingCycle(Cycle billingCycle)
Copyright © 2018. All rights reserved.