Interface SecuredIPAddressIfc
-
- All Superinterfaces:
Serializable
public interface SecuredIPAddressIfc extends Serializable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AssessmentBaseIfcgetAssessment()StringgetHostname()LonggetId()StringgetIpAddress()voidsetAssessment(AssessmentBaseIfc assessmentBase)voidsetHostname(String hostname)voidsetId(Long id)voidsetIpAddress(String ipAddress)
-
-
-
Method Detail
-
getId
Long getId()
-
setId
void setId(Long id)
-
setAssessment
void setAssessment(AssessmentBaseIfc assessmentBase)
-
getAssessment
AssessmentBaseIfc getAssessment()
-
getHostname
String getHostname()
-
setHostname
void setHostname(String hostname)
-
getIpAddress
String getIpAddress()
-
setIpAddress
void setIpAddress(String ipAddress)
-
-