public class UserBusinessStream extends Object
| Modifier and Type | Field and Description |
|---|---|
BusinessStream |
businessStream |
UserBusinessStreamKey |
id |
| Constructor and Description |
|---|
UserBusinessStream()
Default constructor
|
| Modifier and Type | Method and Description |
|---|---|
BusinessStream |
getBusinessStream() |
Date |
getCreatedDateTime() |
UserBusinessStreamKey |
getId() |
Date |
getUpdatedDateTime() |
void |
setBusinessStream(BusinessStream businessStream) |
void |
setCreatedDateTime(Date createdDateTime) |
void |
setId(UserBusinessStreamKey id) |
void |
setUpdatedDateTime(Date updatedDateTime) |
public UserBusinessStreamKey id
public BusinessStream businessStream
public UserBusinessStreamKey getId()
public void setId(UserBusinessStreamKey id)
id - the id to setpublic BusinessStream getBusinessStream()
public void setBusinessStream(BusinessStream businessStream)
businessStream - the businessStream 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 setCopyright © 2007-2015 Ikasan. All Rights Reserved.