public class ExtendedAttributeApi extends Object implements com.oracle.sites.visitors.api.visitor.ExtendedAttribute, Serializable
ExtendedAttributeApi class.
| Constructor and Description | 
|---|
ExtendedAttributeApi()  | 
ExtendedAttributeApi(String name,
                    String value,
                    StoredProfileApi owner)  | 
| Modifier and Type | Method and Description | 
|---|---|
Long | 
getId()  | 
String | 
getName()  | 
StoredProfileApi | 
getOwner()  | 
String | 
getValue()  | 
void | 
setId(Long id)  | 
void | 
setName(String name)  | 
void | 
setOwner(StoredProfileApi owner)  | 
void | 
setValue(String value)  | 
public ExtendedAttributeApi()
public ExtendedAttributeApi(String name, String value, StoredProfileApi owner)
public String getName()
getName in interface com.oracle.sites.visitors.api.visitor.ExtendedAttributepublic void setName(String name)
setName in interface com.oracle.sites.visitors.api.visitor.ExtendedAttributepublic String getValue()
getValue in interface com.oracle.sites.visitors.api.visitor.ExtendedAttributepublic void setValue(String value)
setValue in interface com.oracle.sites.visitors.api.visitor.ExtendedAttributepublic Long getId()
getId in interface com.oracle.sites.visitors.api.visitor.ExtendedAttributepublic void setId(Long id)
setId in interface com.oracle.sites.visitors.api.visitor.ExtendedAttributepublic StoredProfileApi getOwner()
public void setOwner(StoredProfileApi owner)
Copyright © 2015, 2016, Oracle and/or its affiliates. All rights reserved.