public class BusinessStreamFlow extends Object
| Constructor and Description |
|---|
BusinessStreamFlow(BusinessStreamFlowKey id) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Date |
getCreatedDateTime() |
Flow |
getFlow() |
BusinessStreamFlowKey |
getId() |
Integer |
getOrder() |
Date |
getUpdatedDateTime() |
int |
hashCode() |
void |
setCreatedDateTime(Date createdDateTime) |
void |
setFlow(Flow flow) |
void |
setId(BusinessStreamFlowKey id) |
void |
setOrder(Integer order) |
void |
setUpdatedDateTime(Date updatedDateTime) |
public BusinessStreamFlow(BusinessStreamFlowKey id)
public BusinessStreamFlowKey getId()
public void setId(BusinessStreamFlowKey id)
id - the id to setpublic Integer getOrder()
public void setOrder(Integer order)
order - the order to setpublic Date getCreatedDateTime()
public void setCreatedDateTime(Date createdDateTime)
createdDateTime - the createdDateTime to setpublic Date getUpdatedDateTime()
public void setUpdatedDateTime(Date updatedDateTime)
updatedDateTime - the updatedDateTime to setpublic Flow getFlow()
public void setFlow(Flow flow)
flow - the flow to setCopyright © 2007-2015 Ikasan. All Rights Reserved.