Package com.soffid.iam.api
Class HostService
- java.lang.Object
-
- com.soffid.iam.api.HostService
-
- All Implemented Interfaces:
Serializable
public class HostService extends Object implements Serializable
ValueObject HostService- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description HostService()
HostService(HostService otherBean)
HostService(Long id, Long hostId, String hostName, String service, String command, Long accountId, String accountName, String accountSystem, boolean manual)
HostService(Long hostId, String hostName, String service, Long accountId, String accountName, String accountSystem, boolean manual)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Long
getAccountId()
Gets value for attribute accountIdString
getAccountName()
Gets value for attribute accountNameString
getAccountSystem()
Gets value for attribute accountSystemString
getCommand()
Gets value for attribute commandLong
getHostId()
Gets value for attribute hostIdString
getHostName()
Gets value for attribute hostNameLong
getId()
Gets value for attribute idString
getService()
Gets value for attribute serviceboolean
isManual()
Gets value for attribute manualvoid
setAccountId(Long accountId)
Sets value for attribute accountIdvoid
setAccountName(String accountName)
Sets value for attribute accountNamevoid
setAccountSystem(String accountSystem)
Sets value for attribute accountSystemvoid
setCommand(String command)
Sets value for attribute commandvoid
setHostId(Long hostId)
Sets value for attribute hostIdvoid
setHostName(String hostName)
Sets value for attribute hostNamevoid
setId(Long id)
Sets value for attribute idvoid
setManual(boolean manual)
Sets value for attribute manualvoid
setService(String service)
Sets value for attribute serviceString
toString()
Returns a string representation of the value object.
-
-
-
Constructor Detail
-
HostService
public HostService()
-
HostService
public HostService(Long id, Long hostId, String hostName, String service, String command, Long accountId, String accountName, String accountSystem, boolean manual)
-
HostService
public HostService(Long hostId, String hostName, String service, Long accountId, String accountName, String accountSystem, boolean manual)
-
HostService
public HostService(HostService otherBean)
-
-
Method Detail
-
getId
public Long getId()
Gets value for attribute id
-
setId
public void setId(Long id)
Sets value for attribute id
-
getHostId
public Long getHostId()
Gets value for attribute hostId
-
setHostId
public void setHostId(Long hostId)
Sets value for attribute hostId
-
getHostName
public String getHostName()
Gets value for attribute hostName
-
setHostName
public void setHostName(String hostName)
Sets value for attribute hostName
-
getService
public String getService()
Gets value for attribute service
-
setService
public void setService(String service)
Sets value for attribute service
-
getCommand
public String getCommand()
Gets value for attribute command
-
setCommand
public void setCommand(String command)
Sets value for attribute command
-
getAccountId
public Long getAccountId()
Gets value for attribute accountId
-
setAccountId
public void setAccountId(Long accountId)
Sets value for attribute accountId
-
getAccountName
public String getAccountName()
Gets value for attribute accountName
-
setAccountName
public void setAccountName(String accountName)
Sets value for attribute accountName
-
getAccountSystem
public String getAccountSystem()
Gets value for attribute accountSystem
-
setAccountSystem
public void setAccountSystem(String accountSystem)
Sets value for attribute accountSystem
-
isManual
public boolean isManual()
Gets value for attribute manual
-
setManual
public void setManual(boolean manual)
Sets value for attribute manual
-
-