com.hyper9.simdk.stubs.dao
Class HostInternetScsiHbaAuthenticationProperties

java.lang.Object
  extended by com.hyper9.simdk.stubs.dao.DynamicData
      extended by com.hyper9.simdk.stubs.dao.HostInternetScsiHbaAuthenticationProperties
All Implemented Interfaces:
Serializable

public class HostInternetScsiHbaAuthenticationProperties
extends DynamicData

Author:
akutz
See Also:
Serialized Form

Constructor Summary
HostInternetScsiHbaAuthenticationProperties()
           
 
Method Summary
 Boolean getChapAuthEnabled()
           
 String getChapAuthenticationType()
           
 Boolean getChapInherited()
           
 String getChapName()
           
 String getChapSecret()
           
 String getMutualChapAuthenticationType()
           
 Boolean getMutualChapInherited()
           
 String getMutualChapName()
           
 String getMutualChapSecret()
           
 void setChapAuthEnabled(Boolean toSet)
           
 void setChapAuthenticationType(String toSet)
           
 void setChapInherited(Boolean toSet)
           
 void setChapName(String toSet)
           
 void setChapSecret(String toSet)
           
 void setMutualChapAuthenticationType(String toSet)
           
 void setMutualChapInherited(Boolean toSet)
           
 void setMutualChapName(String toSet)
           
 void setMutualChapSecret(String toSet)
           
 
Methods inherited from class com.hyper9.simdk.stubs.dao.DynamicData
equals, getDynamicProperty, getDynamicType, getJpaId, getSessionKey, setDynamicProperty, setDynamicType, setJpaId, setSessionKey
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HostInternetScsiHbaAuthenticationProperties

public HostInternetScsiHbaAuthenticationProperties()
Method Detail

getChapAuthEnabled

public Boolean getChapAuthEnabled()

setChapAuthEnabled

public void setChapAuthEnabled(Boolean toSet)

getChapName

public String getChapName()

setChapName

public void setChapName(String toSet)

getChapSecret

public String getChapSecret()

setChapSecret

public void setChapSecret(String toSet)

getChapAuthenticationType

public String getChapAuthenticationType()

setChapAuthenticationType

public void setChapAuthenticationType(String toSet)

getChapInherited

public Boolean getChapInherited()

setChapInherited

public void setChapInherited(Boolean toSet)

getMutualChapName

public String getMutualChapName()

setMutualChapName

public void setMutualChapName(String toSet)

getMutualChapSecret

public String getMutualChapSecret()

setMutualChapSecret

public void setMutualChapSecret(String toSet)

getMutualChapAuthenticationType

public String getMutualChapAuthenticationType()

setMutualChapAuthenticationType

public void setMutualChapAuthenticationType(String toSet)

getMutualChapInherited

public Boolean getMutualChapInherited()

setMutualChapInherited

public void setMutualChapInherited(Boolean toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.