| Package | Description |
|---|---|
| com.google.gdata.model.gd |
| Modifier and Type | Field and Description |
|---|---|
static ElementKey<String,OrgSymbol> |
OrgSymbol.KEY
The key for this element.
|
| Modifier and Type | Method and Description |
|---|---|
OrgSymbol |
Organization.getOrgSymbol()
Returns the organization symbol/ticker.
|
OrgSymbol |
OrgSymbol.lock() |
OrgSymbol |
OrgSymbol.setValue(String value)
Sets the value.
|
| Modifier and Type | Method and Description |
|---|---|
Organization |
Organization.setOrgSymbol(OrgSymbol orgSymbol)
Sets the organization symbol/ticker.
|
| Constructor and Description |
|---|
OrgSymbol(ElementKey<String,? extends OrgSymbol> key)
Subclass constructor, allows subclasses to supply their own element key.
|
OrgSymbol(ElementKey<String,? extends OrgSymbol> key,
Element source)
Constructs a new instance by doing a shallow copy of data from an existing
Element instance. |
Copyright © 2012. All Rights Reserved.