Class Period
java.lang.Object
ru.bitel.bgbilling.modules.hd.server.bean.Period
- All Implemented Interfaces:
ListItem
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetEndDate(Calendar date) intgetId()intintgetTitle()intgetType()voidsetId(int id) voidsetTimeCol(int timeCol) voidsetTimeType(int timeType) voidvoidsetType(int type)
-
Constructor Details
-
Period
public Period()
-
-
Method Details
-
getId
public int getId() -
setId
public void setId(int id) -
getTimeCol
public int getTimeCol() -
setTimeCol
public void setTimeCol(int timeCol) -
getTimeType
public int getTimeType() -
setTimeType
public void setTimeType(int timeType) -
getTitle
-
setTitle
-
getType
public int getType() -
setType
public void setType(int type) -
getEndDate
-