|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.api.gbase.client.Adjustments
public class Adjustments
Adjustment information for one attribute (GoogleBaseAttribute
). It
maps to gm:adjusted_name
and gm:adjusted_value
Xml elements.
Constructor Summary | |
---|---|
Adjustments()
|
Method Summary | |
---|---|
java.lang.String |
getName()
Gets the adjusted name, or null if the adjusted_name
element is not specified. |
java.lang.String |
getValue()
Gets the adjusted value in string format, or null if the
adjusted_value element is not specified. |
boolean |
isEmpty()
Returns true if no adjusted attribute is specified, false
otherwise. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Adjustments()
Method Detail |
---|
public java.lang.String getName()
null
if the adjusted_name
element is not specified.
public java.lang.String getValue()
null
if the
adjusted_value
element is not specified.
public boolean isEmpty()
true
if no adjusted attribute is specified, false
otherwise.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |