Package sk.iway.iwcm.calendar
Class CalendarTypeBean
java.lang.Object
sk.iway.iwcm.database.ActiveRecordBase
sk.iway.iwcm.database.ActiveRecord
sk.iway.iwcm.calendar.CalendarTypeBean
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
int
int
getId()
getName()
void
setApproverId
(int approverId) void
setDomainId
(int domainId) void
setId
(int id) void
Methods inherited from class sk.iway.iwcm.database.ActiveRecordBase
delete, get__rowNum__, save, set__rowNum__, toString
-
Constructor Details
-
CalendarTypeBean
public CalendarTypeBean()
-
-
Method Details
-
getId
public int getId()- Specified by:
getId
in classActiveRecord
-
setId
public void setId(int id) - Specified by:
setId
in classActiveRecord
-
getName
-
setName
-
getApproverId
public int getApproverId() -
setApproverId
public void setApproverId(int approverId) -
getDomainId
public int getDomainId() -
setDomainId
public void setDomainId(int domainId)
-