public class EJBPropertyContainer
extends java.lang.Object
implements java.lang.Cloneable
| Constructor and Description |
|---|
EJBPropertyContainer() |
| Modifier and Type | Method and Description |
|---|---|
void |
applyTo(ExtensibleItemEJB item)
set all properties of this container in the given item; this takes ExtensibleItemEJB instead of
ExtensibleItemRemote to make it also work in ejbCreate
|
java.lang.Object |
clone() |
java.util.Map<de.hybris.platform.persistence.property.EJBPropertyContainer.PropertyKey,java.lang.Object> |
getPropertyMap()
access method for EJBPropertyCache
|
void |
setLocalizedProperty(java.lang.String name,
PK languagePK,
java.lang.Object value) |
void |
setProperty(java.lang.String name,
java.lang.Object value) |
java.lang.String |
toPropertyString() |
java.lang.String |
toString() |
public java.util.Map<de.hybris.platform.persistence.property.EJBPropertyContainer.PropertyKey,java.lang.Object> getPropertyMap()
public java.lang.Object clone()
throws java.lang.CloneNotSupportedException
clone in class java.lang.Objectjava.lang.CloneNotSupportedExceptionpublic void setProperty(java.lang.String name,
java.lang.Object value)
public void setLocalizedProperty(java.lang.String name,
PK languagePK,
java.lang.Object value)
public void applyTo(ExtensibleItemEJB item) throws ConsistencyCheckException
ConsistencyCheckExceptionpublic java.lang.String toPropertyString()
public java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2018 SAP SE. All Rights Reserved.