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 LonggetAccountId()Gets value for attribute accountIdStringgetAccountName()Gets value for attribute accountNameStringgetAccountSystem()Gets value for attribute accountSystemStringgetCommand()Gets value for attribute commandLonggetHostId()Gets value for attribute hostIdStringgetHostName()Gets value for attribute hostNameLonggetId()Gets value for attribute idStringgetService()Gets value for attribute servicebooleanisManual()Gets value for attribute manualvoidsetAccountId(Long accountId)Sets value for attribute accountIdvoidsetAccountName(String accountName)Sets value for attribute accountNamevoidsetAccountSystem(String accountSystem)Sets value for attribute accountSystemvoidsetCommand(String command)Sets value for attribute commandvoidsetHostId(Long hostId)Sets value for attribute hostIdvoidsetHostName(String hostName)Sets value for attribute hostNamevoidsetId(Long id)Sets value for attribute idvoidsetManual(boolean manual)Sets value for attribute manualvoidsetService(String service)Sets value for attribute serviceStringtoString()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
-
-