public class

GoogleBaseAttributeId

extends Object
java.lang.Object
   ↳ com.google.api.gbase.client.GoogleBaseAttributeId

Class Overview

The definition (name and type) of a Google Base attribute.

Summary

Fields
private final String name
private final GoogleBaseAttributeType type
Public Constructors
GoogleBaseAttributeId(String name, GoogleBaseAttributeType type)
Creates a public attribute id.
Public Methods
boolean equals(Object o)
String getName()
Gets the attribute name.
GoogleBaseAttributeType getType()
Gets the attribute type, or null if it is not known.
int hashCode()
String toString()
[Expand]
Inherited Methods
From class java.lang.Object

Fields

private final String name

private final GoogleBaseAttributeType type

Public Constructors

public GoogleBaseAttributeId (String name, GoogleBaseAttributeType type)

Creates a public attribute id.

Parameters
name Attribute name
type Attribute type, can be null if it is not known

Public Methods

public boolean equals (Object o)

Parameters
o

public String getName ()

Gets the attribute name.

public GoogleBaseAttributeType getType ()

Gets the attribute type, or null if it is not known.

public int hashCode ()

public String toString ()