org.sakaiproject.tool.assessment.data.dao.assessment
Class SecuredIPAddress
java.lang.Object
org.sakaiproject.tool.assessment.data.dao.assessment.SecuredIPAddress
- All Implemented Interfaces:
- Serializable, SecuredIPAddressIfc
public class SecuredIPAddress
- extends Object
- implements Serializable, SecuredIPAddressIfc
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SecuredIPAddress
public SecuredIPAddress()
SecuredIPAddress
public SecuredIPAddress(AssessmentBaseIfc assessment,
String hostname,
String ipAddress)
getId
public Long getId()
- Specified by:
getId in interface SecuredIPAddressIfc
setId
public void setId(Long id)
- Specified by:
setId in interface SecuredIPAddressIfc
getAssessment
public AssessmentBaseIfc getAssessment()
- Specified by:
getAssessment in interface SecuredIPAddressIfc
setAssessment
public void setAssessment(AssessmentBaseIfc assessment)
- Specified by:
setAssessment in interface SecuredIPAddressIfc
getHostname
public String getHostname()
- Specified by:
getHostname in interface SecuredIPAddressIfc
setHostname
public void setHostname(String hostname)
- Specified by:
setHostname in interface SecuredIPAddressIfc
getIpAddress
public String getIpAddress()
- Specified by:
getIpAddress in interface SecuredIPAddressIfc
setIpAddress
public void setIpAddress(String ipAddress)
- Specified by:
setIpAddress in interface SecuredIPAddressIfc
Copyright © 2005-2012 Sakai Project. All Rights Reserved.