com.dynamixsoftware.intentapi
Class PrinterOptionValue

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

public class PrinterOptionValue
extends java.lang.Object


Field Summary
static  CREATOR
           
 
Constructor Summary
PrinterOptionValue(java.lang.String id, java.lang.String name)
           
 
Method Summary
 int describeContents()
           
 java.lang.String getId()
           
 java.lang.String getName()
           
 void readFromParcel(Parcel in)
           
 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

PrinterOptionValue

public PrinterOptionValue(java.lang.String id,
                          java.lang.String name)
Method Detail

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()