public class Group extends Object
| Constructor and Description |
|---|
Group() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getDescription() |
Integer |
getId() |
String |
getLastEmailSentAt() |
String |
getName() |
Integer |
getUnsubscribes() |
int |
hashCode() |
void |
setDescription(String description) |
void |
setId(Integer id) |
void |
setLastEmailSentAt(String lastEmailSentAt) |
void |
setName(String name) |
void |
setUnsubscribes(Integer unsubscribes) |
String |
toString() |
public Integer getId()
public void setId(Integer id)
public String getName()
public void setName(String name)
public String getDescription()
public void setDescription(String description)
public String getLastEmailSentAt()
public void setLastEmailSentAt(String lastEmailSentAt)
public Integer getUnsubscribes()
public void setUnsubscribes(Integer unsubscribes)
Copyright © 2016. All rights reserved.