org.sakaiproject.tool.assessment.data.dao.assessment
Class SecuredIPAddress

java.lang.Object
  extended by 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

Constructor Summary
SecuredIPAddress()
           
SecuredIPAddress(AssessmentBaseIfc assessment, String hostname, String ipAddress)
           
 
Method Summary
 AssessmentBaseIfc getAssessment()
           
 String getHostname()
           
 Long getId()
           
 String getIpAddress()
           
 void setAssessment(AssessmentBaseIfc assessment)
           
 void setHostname(String hostname)
           
 void setId(Long id)
           
 void setIpAddress(String ipAddress)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SecuredIPAddress

public SecuredIPAddress()

SecuredIPAddress

public SecuredIPAddress(AssessmentBaseIfc assessment,
                        String hostname,
                        String ipAddress)
Method Detail

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.