public class BusinessStream extends Object
| Constructor and Description |
|---|
BusinessStream() |
| Modifier and Type | Method and Description |
|---|---|
Date |
getCreatedDateTime() |
String |
getDescription() |
Set<BusinessStreamFlow> |
getFlows() |
Long |
getId() |
String |
getName() |
Date |
getUpdatedDateTime() |
void |
setCreatedDateTime(Date createdDateTime) |
void |
setDescription(String description) |
void |
setFlows(Set<BusinessStreamFlow> flows) |
void |
setName(String name) |
void |
setUpdatedDateTime(Date updatedDateTime) |
public Long getId()
public String getName()
public void setName(String name)
name - the name to setpublic String getDescription()
public void setDescription(String description)
description - the description 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 Set<BusinessStreamFlow> getFlows()
public void setFlows(Set<BusinessStreamFlow> flows)
flows - the flows to setCopyright © 2007-2015 Ikasan. All Rights Reserved.