@Entity public class Server extends Object implements IDataProviderEntity
Modifier and Type | Field and Description |
---|---|
Date |
inserted |
User |
insertedby |
Date |
updated |
User |
updatedby |
Constructor and Description |
---|
Server() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getAddress() |
String |
getComment() |
Long |
getId() |
Date |
getInserted() |
User |
getInsertedby() |
Calendar |
getLastPing() |
String |
getName() |
String |
getPass() |
int |
getPort() |
String |
getProtocol() |
Date |
getUpdated() |
User |
getUpdatedby() |
String |
getUser() |
String |
getWebapp() |
int |
hashCode() |
boolean |
isActive() |
boolean |
isDeleted() |
void |
setActive(boolean active) |
void |
setAddress(String address) |
void |
setComment(String comment) |
void |
setDeleted(boolean deleted) |
void |
setId(long id) |
void |
setId(Long id) |
void |
setInserted(Date inserted) |
void |
setInsertedby(User insertedby) |
void |
setLastPing(Calendar lastPing) |
void |
setName(String name) |
void |
setPass(String pass) |
void |
setPort(int port) |
void |
setProtocol(String protocol) |
void |
setUpdated(Date updated) |
void |
setUpdatedby(User updatedby) |
void |
setUser(String user) |
void |
setWebapp(String webapp) |
String |
toString() |
public Date inserted
public Date updated
public User insertedby
public User updatedby
public Long getId()
getId
in interface IDataProviderEntity
public void setId(Long id)
setId
in interface IDataProviderEntity
public String getName()
public void setName(String name)
public String getAddress()
public void setAddress(String address)
public boolean isDeleted()
public void setDeleted(boolean deleted)
public Date getInserted()
public void setInserted(Date inserted)
public Date getUpdated()
public void setUpdated(Date updated)
public User getInsertedby()
public void setInsertedby(User insertedby)
public User getUpdatedby()
public void setUpdatedby(User updatedby)
public String getComment()
public void setComment(String comment)
public Calendar getLastPing()
public void setLastPing(Calendar lastPing)
public int getPort()
public void setPort(int port)
public String getProtocol()
public void setProtocol(String protocol)
public String getWebapp()
public void setWebapp(String webapp)
public String getUser()
public void setUser(String user)
public String getPass()
public void setPass(String pass)
public void setId(long id)
public boolean isActive()
public void setActive(boolean active)
Copyright © 2012–2016 Apache Software Foundation. All rights reserved.