public class GoogleBaseAttributeId
extends java.lang.Object
| Constructor and Description |
|---|
GoogleBaseAttributeId(java.lang.String name,
GoogleBaseAttributeType type)
Creates a public attribute id.
|
public GoogleBaseAttributeId(java.lang.String name,
GoogleBaseAttributeType type)
name - attribute nametype - attribute type, can be null if it is not knownpublic java.lang.String getName()
public GoogleBaseAttributeType getType()
public java.lang.String toString()
toString in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Object