Package eu.getmangos.dto
Class BansDTO
java.lang.Object
eu.getmangos.dto.BansDTO
- All Implemented Interfaces:
Serializable
public class BansDTO extends Object implements Serializable
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description BansDTO() -
Method Summary
Modifier and Type Method Description StringgetBannedBy()StringgetBanReason()DategetDate()intgetId()DategetUnbanDate()booleanisActive()voidsetActive(boolean active)voidsetBannedBy(String bannedBy)voidsetBanReason(String banReason)voidsetDate(Date date)voidsetId(int id)voidsetUnbanDate(Date unbanDate)
-
Constructor Details
-
BansDTO
public BansDTO()
-
-
Method Details
-
getUnbanDate
-
setUnbanDate
-
getBannedBy
-
setBannedBy
-
getBanReason
-
setBanReason
-
isActive
public boolean isActive() -
setActive
public void setActive(boolean active) -
getId
public int getId() -
setId
public void setId(int id) -
getDate
-
setDate
-