Package com.soffid.iam.model
Class HostEntryPointEntity
- java.lang.Object
-
- com.soffid.iam.model.HostEntryPointEntity
-
- Direct Known Subclasses:
HostEntryPointEntityImpl
public abstract class HostEntryPointEntity extends Object
Entity HostEntryPointEntity
-
-
Constructor Summary
Constructors Constructor Description HostEntryPointEntity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object object)Returnstrueif the argument is an HostEntryPointEntity instance and all identifiers for this entity equal the identifiers of the argument entity.EntryPointEntitygetEntryPoint()Gets value for attribute entryPointHostEntitygetHost()Gets value for attribute hostLonggetId()Gets value for attribute idinthashCode()Returns a hash code based on this entity's identifiers.voidsetEntryPoint(EntryPointEntity entryPoint)Sets value for attribute entryPointvoidsetHost(HostEntity host)Sets value for attribute hostvoidsetId(Long id)Sets value for attribute id
-
-
-
Method Detail
-
getId
public Long getId()
Gets value for attribute id
-
setId
public void setId(Long id)
Sets value for attribute id
-
getHost
public HostEntity getHost()
Gets value for attribute host
-
setHost
public void setHost(HostEntity host)
Sets value for attribute host
-
getEntryPoint
public EntryPointEntity getEntryPoint()
Gets value for attribute entryPoint
-
setEntryPoint
public void setEntryPoint(EntryPointEntity entryPoint)
Sets value for attribute entryPoint
-
equals
public boolean equals(Object object)
Returnstrueif the argument is an HostEntryPointEntity instance and all identifiers for this entity equal the identifiers of the argument entity. Returnsfalseotherwise.
-
-