com.dynamixsoftware.intentapi
Class PrintHandOption

java.lang.Object
  extended by com.dynamixsoftware.intentapi.PrintHandOption

public class PrintHandOption
extends java.lang.Object


Field Summary
static  CREATOR
           
 
Constructor Summary
PrintHandOption(java.lang.String id, java.lang.String name, java.lang.String[] values, int currentValueId)
           
 
Method Summary
 int describeContents()
           
 java.lang.String getId()
           
 java.lang.String getName()
           
 java.lang.String getValue()
           
 java.util.List<java.lang.String> getValuesList()
           
 void readFromParcel(Parcel in)
           
 void setValue(java.lang.String value)
           
 void writeToParcel(Parcel dest, int arg1)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CREATOR

public static final  CREATOR
Constructor Detail

PrintHandOption

public PrintHandOption(java.lang.String id,
                       java.lang.String name,
                       java.lang.String[] values,
                       int currentValueId)
Method Detail

getValuesList

public java.util.List<java.lang.String> getValuesList()

getValue

public java.lang.String getValue()

setValue

public void setValue(java.lang.String value)

describeContents

public int describeContents()

writeToParcel

public void writeToParcel(Parcel dest,
                          int arg1)

readFromParcel

public void readFromParcel(Parcel in)

getId

public java.lang.String getId()

getName

public java.lang.String getName()