Package com.soffid.iam.model
Class ServerInstanceEntity
- java.lang.Object
-
- com.soffid.iam.model.ServerInstanceEntity
-
- Direct Known Subclasses:
ServerInstanceEntityImpl
public abstract class ServerInstanceEntity extends Object
Entity ServerInstanceEntity
-
-
Constructor Summary
Constructors Constructor Description ServerInstanceEntity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object object)
Returnstrue
if the argument is an ServerInstanceEntity instance and all identifiers for this entity equal the identifiers of the argument entity.String
getAuth()
Gets value for attribute authLong
getId()
Gets value for attribute idDate
getLastSeen()
Gets value for attribute lastSeenString
getName()
Gets value for attribute nameServerEntity
getServer()
Gets value for attribute serverint
getTasks()
Gets value for attribute tasksString
getUrl()
Gets value for attribute urlint
hashCode()
Returns a hash code based on this entity's identifiers.void
setAuth(String auth)
Sets value for attribute authvoid
setId(Long id)
Sets value for attribute idvoid
setLastSeen(Date lastSeen)
Sets value for attribute lastSeenvoid
setName(String name)
Sets value for attribute namevoid
setServer(ServerEntity server)
Sets value for attribute servervoid
setTasks(int tasks)
Sets value for attribute tasksvoid
setUrl(String url)
Sets value for attribute url
-
-
-
Method Detail
-
getId
public Long getId()
Gets value for attribute id
-
setId
public void setId(Long id)
Sets value for attribute id
-
getName
public String getName()
Gets value for attribute name
-
setName
public void setName(String name)
Sets value for attribute name
-
getUrl
public String getUrl()
Gets value for attribute url
-
setUrl
public void setUrl(String url)
Sets value for attribute url
-
getServer
public ServerEntity getServer()
Gets value for attribute server
-
setServer
public void setServer(ServerEntity server)
Sets value for attribute server
-
getLastSeen
public Date getLastSeen()
Gets value for attribute lastSeen
-
setLastSeen
public void setLastSeen(Date lastSeen)
Sets value for attribute lastSeen
-
getAuth
public String getAuth()
Gets value for attribute auth
-
setAuth
public void setAuth(String auth)
Sets value for attribute auth
-
getTasks
public int getTasks()
Gets value for attribute tasks
-
setTasks
public void setTasks(int tasks)
Sets value for attribute tasks
-
equals
public boolean equals(Object object)
Returnstrue
if the argument is an ServerInstanceEntity instance and all identifiers for this entity equal the identifiers of the argument entity. Returnsfalse
otherwise.
-
-