com.hyper9.simdk.stubs.dao
Class ClusterDrsRecommendation

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

public class ClusterDrsRecommendation
extends DynamicData

Author:
akutz
See Also:
Serialized Form

Constructor Summary
ClusterDrsRecommendation()
           
 
Method Summary
 String getKey()
           
 List<ClusterDrsMigration> getMigrationList()
           
 Integer getRating()
           
 String getReason()
           
 String getReasonText()
           
 void setKey(String toSet)
           
 void setMigrationList(List<ClusterDrsMigration> toSet)
           
 void setRating(Integer toSet)
           
 void setReason(String toSet)
           
 void setReasonText(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

ClusterDrsRecommendation

public ClusterDrsRecommendation()
Method Detail

getKey

public String getKey()

setKey

public void setKey(String toSet)

getRating

public Integer getRating()

setRating

public void setRating(Integer toSet)

getReason

public String getReason()

setReason

public void setReason(String toSet)

getReasonText

public String getReasonText()

setReasonText

public void setReasonText(String toSet)

getMigrationList

public List<ClusterDrsMigration> getMigrationList()

setMigrationList

public void setMigrationList(List<ClusterDrsMigration> toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.