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