public class TariffPlan extends IdTitle implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
protected int |
filterFace |
protected long |
filterGroups |
protected java.lang.String |
filterMask |
protected boolean |
used |
protected boolean |
useTitleInWeb |
Constructor and Description |
---|
TariffPlan() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getComment() |
java.lang.String |
getConfig() |
Preferences |
getConfigPreferences() |
int |
getFilterFace() |
long |
getFilterGroups() |
java.lang.String |
getFilterMask() |
java.lang.String |
getTitleWeb() |
boolean |
isUsed() |
boolean |
isUseTitleInWeb() |
void |
setComment(java.lang.String comment) |
void |
setConfig(java.lang.String config) |
void |
setFilterFace(int filterFace) |
void |
setFilterGroups(long filterGroups) |
void |
setFilterMask(java.lang.String filterMask) |
void |
setTitleWeb(java.lang.String titleWeb) |
void |
setUsed(boolean used) |
void |
setUseTitleInWeb(boolean useTitleInWeb) |
equals, getId, hashCode, newIdList, newIdSet, newIdSet, newIdSet, newIdSet, newMap, setId
protected boolean used
protected boolean useTitleInWeb
protected long filterGroups
protected int filterFace
protected java.lang.String filterMask
public boolean isUsed()
public void setUsed(boolean used)
public long getFilterGroups()
public void setFilterGroups(long filterGroups)
public int getFilterFace()
public void setFilterFace(int filterFace)
public java.lang.String getFilterMask()
public void setFilterMask(java.lang.String filterMask)
public java.lang.String getTitleWeb()
public void setTitleWeb(java.lang.String titleWeb)
public boolean isUseTitleInWeb()
public void setUseTitleInWeb(boolean useTitleInWeb)
public java.lang.String getConfig()
public void setConfig(java.lang.String config)
public Preferences getConfigPreferences()
public java.lang.String getComment()
public void setComment(java.lang.String comment)