|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.api.gbase.client.GoogleBaseAttributeId
public class GoogleBaseAttributeId
The definition (name and type) of a Google Base attribute.
Constructor Summary | |
---|---|
GoogleBaseAttributeId(java.lang.String name,
GoogleBaseAttributeType type)
Creates a public attribute id. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object o)
|
java.lang.String |
getName()
Gets the attribute name. |
GoogleBaseAttributeType |
getType()
Gets the attribute type, or null if it is not known. |
int |
hashCode()
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public GoogleBaseAttributeId(java.lang.String name, GoogleBaseAttributeType type)
name
- attribute nametype
- attribute type, can be null if it is not knownMethod Detail |
---|
public java.lang.String getName()
public GoogleBaseAttributeType getType()
public java.lang.String toString()
toString
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |