public class Server extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
Server()
Default constructor for Hibernate
|
|
Server(String name,
String description,
String url,
Integer port)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
Date |
getCreatedDateTime() |
String |
getDescription() |
Long |
getId() |
Set<Module> |
getModules() |
String |
getName() |
Integer |
getPort() |
Date |
getUpdatedDateTime() |
String |
getUrl() |
void |
setCreatedDateTime(Date createdDateTime) |
void |
setDescription(String description) |
void |
setId(Long id) |
void |
setModules(Set<Module> modules) |
void |
setName(String name) |
void |
setPort(Integer port) |
void |
setUpdatedDateTime(Date updatedDateTime) |
void |
setUrl(String url) |
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 String getUrl()
public void setUrl(String url)
url - the url to setpublic Integer getPort()
public void setPort(Integer port)
port - the port to setCopyright © 2007-2015 Ikasan. All Rights Reserved.