com.google.gdata.data.calendar
Class ResourceProperty

java.lang.Object
  extended by com.google.gdata.data.AbstractExtension
      extended by com.google.gdata.data.calendar.ResourceProperty
All Implemented Interfaces:
Extension

public class ResourceProperty
extends AbstractExtension

GData schema extension describing whether gd:who is a resource, such as a conference room.


Field Summary
static ResourceProperty FALSE
           
static ResourceProperty TRUE
           
 
Constructor Summary
ResourceProperty()
           
ResourceProperty(java.lang.String value)
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
static ExtensionDescription getDefaultDescription()
           
 java.lang.String getId()
           
 java.lang.String getValue()
           
 int hashCode()
           
 void setId(java.lang.String resId)
           
 void setValue(java.lang.String value)
           
 
Methods inherited from class com.google.gdata.data.AbstractExtension
disableStrictValidation, enableStrictValidation, generate, getExtensionLocalName, getExtensionNamespace, getHandler, isImmutable, isStrictValidation, setImmutable
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TRUE

public static final ResourceProperty TRUE

FALSE

public static final ResourceProperty FALSE
Constructor Detail

ResourceProperty

public ResourceProperty()

ResourceProperty

public ResourceProperty(java.lang.String value)
Method Detail

getDefaultDescription

public static ExtensionDescription getDefaultDescription()

getId

public java.lang.String getId()

setId

public void setId(java.lang.String resId)

getValue

public java.lang.String getValue()

setValue

public void setValue(java.lang.String value)

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object