public class Component extends Object
| Constructor and Description |
|---|
Component()
Default constructor for Hibernate
|
| Modifier and Type | Method and Description |
|---|---|
String |
getConfigurationId() |
Date |
getCreatedDateTime() |
String |
getDescription() |
Flow |
getFlow() |
Long |
getId() |
String |
getName() |
int |
getOrder() |
Date |
getUpdatedDateTime() |
Boolean |
isConfigurable() |
void |
setConfigurable(Boolean configurable) |
void |
setConfigurationId(String configurationId) |
void |
setCreatedDateTime(Date createdDateTime) |
void |
setDescription(String description) |
void |
setFlow(Flow flow) |
void |
setId(Long id) |
void |
setName(String name) |
void |
setOrder(int order) |
void |
setUpdatedDateTime(Date updatedDateTime) |
public Long getId()
public void setId(Long id)
id - the id to setpublic 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 Flow getFlow()
public void setFlow(Flow flow)
flow - the flow to setpublic Boolean isConfigurable()
public void setConfigurable(Boolean configurable)
configurable - the configurable to setpublic String getConfigurationId()
public void setConfigurationId(String configurationId)
configurationId - the configurationId to setpublic int getOrder()
public void setOrder(int order)
order - the order to setCopyright © 2007-2015 Ikasan. All Rights Reserved.