| Constructor and Description |
|---|
BannedItem() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
BanInfo |
getBanInfo() |
Group |
getGroup() |
User |
getProfile() |
OwnerXtrBanInfoType |
getType() |
int |
hashCode() |
BannedItem |
setBanInfo(BanInfo banInfo) |
BannedItem |
setGroup(Group group) |
BannedItem |
setProfile(User profile) |
BannedItem |
setType(OwnerXtrBanInfoType type) |
java.lang.String |
toPrettyString() |
java.lang.String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitvalidateRequiredpublic BanInfo getBanInfo()
public BannedItem setBanInfo(BanInfo banInfo)
public Group getGroup()
public BannedItem setGroup(Group group)
public User getProfile()
public BannedItem setProfile(User profile)
public OwnerXtrBanInfoType getType()
public BannedItem setType(OwnerXtrBanInfoType type)
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String toPrettyString()