public class TdFlowModel extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected String |
agency |
protected String |
description |
protected Date |
fromDate |
protected String |
licenceId |
protected String |
name |
protected String |
rights |
protected Date |
toDate |
| Constructor and Description |
|---|
TdFlowModel() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAgency() |
String |
getBehaviourId() |
String |
getDescription() |
Date |
getFromDate() |
String |
getLicenceId() |
String |
getName() |
String |
getRights() |
Date |
getToDate() |
void |
setAgency(String agency) |
void |
setBehaviourId(String behaviourId) |
void |
setDescription(String description) |
void |
setFromDate(Date fromDate) |
void |
setLicenceId(String licenceId) |
void |
setName(String name) |
void |
setRights(String rights) |
void |
setToDate(Date toDate) |
String |
toString() |
protected String licenceId
protected String name
protected String description
protected String agency
protected String rights
protected Date toDate
protected Date fromDate
public String getLicenceId()
public String getName()
public String getDescription()
public String getAgency()
public String getRights()
public Date getToDate()
public Date getFromDate()
public void setLicenceId(String licenceId)
public void setName(String name)
public void setDescription(String description)
public void setAgency(String agency)
public void setRights(String rights)
public void setToDate(Date toDate)
public void setFromDate(Date fromDate)
public void setBehaviourId(String behaviourId)
validString - public String getBehaviourId()
Copyright © 2014. All Rights Reserved.