com.hyper9.simdk.stubs.mao
Class Profile

java.lang.Object
  extended by com.hyper9.simdk.stubs.mao.ManagedObjectReference
      extended by com.hyper9.simdk.stubs.mao.ManagedObject
          extended by com.hyper9.simdk.stubs.mao.Profile
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ClusterProfile, HostProfile

public class Profile
extends ManagedObject

Author:
akutz
See Also:
Serialized Form

Constructor Summary
Profile()
           
 
Method Summary
 String getComplianceStatus()
           
 ProfileConfigInfo getConfig()
           
 Calendar getCreatedTime()
           
 ProfileDescription getDescription()
           
 List<ManagedEntity> getEntity()
           
 Calendar getModifiedTime()
           
 String getName()
           
 void setComplianceStatus(String toSet)
           
 void setConfig(ProfileConfigInfo toSet)
           
 void setCreatedTime(Calendar toSet)
           
 void setDescription(ProfileDescription toSet)
           
 void setEntity(List<ManagedEntity> toSet)
           
 void setModifiedTime(Calendar toSet)
           
 void setName(String toSet)
           
 
Methods inherited from class com.hyper9.simdk.stubs.mao.ManagedObjectReference
equals, get_Value, getJpaId, getServerGuid, getSessionKey, getType, set_Value, setJpaId, setServerGuid, setSessionKey, setType
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Profile

public Profile()
Method Detail

getName

public String getName()

setName

public void setName(String toSet)

getEntity

public List<ManagedEntity> getEntity()

setEntity

public void setEntity(List<ManagedEntity> toSet)

getDescription

public ProfileDescription getDescription()

setDescription

public void setDescription(ProfileDescription toSet)

getConfig

public ProfileConfigInfo getConfig()

setConfig

public void setConfig(ProfileConfigInfo toSet)

getCreatedTime

public Calendar getCreatedTime()

setCreatedTime

public void setCreatedTime(Calendar toSet)

getComplianceStatus

public String getComplianceStatus()

setComplianceStatus

public void setComplianceStatus(String toSet)

getModifiedTime

public Calendar getModifiedTime()

setModifiedTime

public void setModifiedTime(Calendar toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.