Package com.soffid.iam.pam.api
Class HostService
java.lang.Object
com.soffid.iam.pam.api.HostService
- All Implemented Interfaces:
Serializable
ValueObject HostService
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionHostService(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
Modifier and TypeMethodDescriptionGets value for attribute accountIdGets value for attribute accountNameGets value for attribute accountSystemGets value for attribute commandGets value for attribute hostIdGets value for attribute hostNamegetId()Gets value for attribute idGets 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 commandvoidSets value for attribute hostIdvoidsetHostName(String hostName) Sets value for attribute hostNamevoidSets value for attribute idvoidsetManual(boolean manual) Sets value for attribute manualvoidsetService(String service) Sets value for attribute servicetoString()Returns a string representation of the value object.
-
Constructor Details
-
HostService
public HostService() -
HostService
-
HostService
-
HostService
-
-
Method Details
-
getId
Gets value for attribute id -
setId
Sets value for attribute id -
getHostId
Gets value for attribute hostId -
setHostId
Sets value for attribute hostId -
getHostName
Gets value for attribute hostName -
setHostName
Sets value for attribute hostName -
getService
Gets value for attribute service -
setService
Sets value for attribute service -
getCommand
Gets value for attribute command -
setCommand
Sets value for attribute command -
getAccountId
Gets value for attribute accountId -
setAccountId
Sets value for attribute accountId -
getAccountName
Gets value for attribute accountName -
setAccountName
Sets value for attribute accountName -
getAccountSystem
Gets value for attribute accountSystem -
setAccountSystem
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 -
toString
Returns a string representation of the value object.
-