public class Subscriber
extends java.lang.Object
Constructor and Description |
---|
Subscriber(Row row) |
Modifier and Type | Method and Description |
---|---|
java.lang.Integer |
getCreatedById() |
java.lang.Integer |
getId() |
static java.util.List<Subscriber> |
getList(SubscriberList subList,
RowList subRows) |
Person |
getPerson() |
java.lang.Integer |
getPersonId() |
Row |
getRow() |
XMLElement |
getXML() |
boolean |
isMarked() |
boolean |
isRequired() |
void |
setPerson(Person p) |
public static java.util.List<Subscriber> getList(SubscriberList subList, RowList subRows)
public Row getRow()
public java.lang.Integer getPersonId()
public void setPerson(Person p)
public Person getPerson()
public java.lang.Integer getId()
public boolean isRequired()
public java.lang.Integer getCreatedById()
public boolean isMarked()
public XMLElement getXML()