org.soyatec.windowsazure.management
Class OperatingSystemFamily

java.lang.Object
  extended by org.soyatec.windowsazure.management.OperatingSystemFamily

public class OperatingSystemFamily
extends java.lang.Object


Constructor Summary
OperatingSystemFamily()
           
 
Method Summary
 java.lang.String getLabel()
           
 java.lang.String getName()
           
 java.util.List<OperatingSystem> getOperatingSystems()
           
 void setLabel(java.lang.String label)
          Set the label
 void setName(java.lang.String name)
          Set the name
 void setOperatingSystems(java.util.List<OperatingSystem> operatingSystems)
          Set the operatingSystems
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OperatingSystemFamily

public OperatingSystemFamily()
Method Detail

getName

public java.lang.String getName()
Returns:
the name

setName

public void setName(java.lang.String name)
Set the name

Parameters:
name -

getLabel

public java.lang.String getLabel()
Returns:
the label

setLabel

public void setLabel(java.lang.String label)
Set the label

Parameters:
label -

getOperatingSystems

public java.util.List<OperatingSystem> getOperatingSystems()
Returns:
the operatingSystems

setOperatingSystems

public void setOperatingSystems(java.util.List<OperatingSystem> operatingSystems)
Set the operatingSystems

Parameters:
operatingSystems -