public abstract class CommerceIdentifierImpl extends java.lang.Object implements CommerceIdentifier
| Modifier and Type | Field and Description | 
|---|---|
static java.lang.String | 
CLASS_VERSION
Class version string 
 | 
| Constructor and Description | 
|---|
CommerceIdentifierImpl()  | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
getId()
Returns the commerce object id. 
 | 
void | 
setId(java.lang.String pId)
Sets the commerce id. 
 | 
java.lang.String | 
toString()  | 
public java.lang.String getId()
getId in interface CommerceIdentifierpublic void setId(java.lang.String pId)
public java.lang.String toString()
toString in class java.lang.Object