Dali Provisional API
Release 3.2

org.eclipse.jpt.jpa.eclipselink.core.context.persistence
Class CustomizationEntity

java.lang.Object
  extended by org.eclipse.jpt.common.utility.internal.model.AbstractModel
      extended by org.eclipse.jpt.jpa.eclipselink.core.context.persistence.CustomizationEntity
All Implemented Interfaces:
Serializable, Cloneable, Model

public class CustomizationEntity
extends org.eclipse.jpt.common.utility.internal.model.AbstractModel
implements Cloneable, Serializable

Entity

See Also:
Serialized Form

Nested Class Summary
static class CustomizationEntity.NameTransformer
           
 
Field Summary
static String DESCRIPTOR_CUSTOMIZER_PROPERTY
           
static org.eclipse.jpt.common.utility.transformer.Transformer<CustomizationEntity,String> NAME_TRANSFORMER
           
 
Fields inherited from class org.eclipse.jpt.common.utility.internal.model.AbstractModel
changeSupport
 
Constructor Summary
CustomizationEntity(Customization parent, String name)
           
 
Method Summary
 CustomizationEntity clone()
           
 boolean entityNameIsValid()
           
 boolean equals(Object o)
           
 String getDescriptorCustomizer()
           
 String getName()
           
 Customization getParent()
           
 int hashCode()
           
 boolean isEmpty()
           
 void setDescriptorCustomizer(String descriptorCustomizer)
           
 void toString(StringBuilder sb)
           
 
Methods inherited from class org.eclipse.jpt.common.utility.internal.model.AbstractModel
addChangeListener, addCollectionChangeListener, addItemsToCollection, addItemsToCollection, addItemsToCollection, addItemsToCollection, addItemsToList, addItemsToList, addItemsToList, addItemsToList, addItemsToList, addItemsToList, addItemsToList, addItemsToList, addItemToCollection, addItemToList, addItemToList, addListChangeListener, addPropertyChangeListener, addStateChangeListener, attributeValueHasChanged, attributeValueHasNotChanged, buildChangeSupport, clearCollection, clearList, fireCollectionChanged, fireCollectionChanged, fireCollectionCleared, fireCollectionCleared, fireItemAdded, fireItemAdded, fireItemMoved, fireItemRemoved, fireItemRemoved, fireItemReplaced, fireItemsAdded, fireItemsAdded, fireItemsAdded, fireItemsAdded, fireItemsMoved, fireItemsMoved, fireItemsRemoved, fireItemsRemoved, fireItemsRemoved, fireItemsRemoved, fireItemsReplaced, fireItemsReplaced, fireListChanged, fireListChanged, fireListCleared, fireListCleared, firePropertyChanged, firePropertyChanged, firePropertyChanged, firePropertyChanged, firePropertyChanged, fireStateChanged, fireStateChanged, getChangeSupport, hasAnyChangeListeners, hasAnyCollectionChangeListeners, hasAnyListChangeListeners, hasAnyPropertyChangeListeners, hasAnyStateChangeListeners, hasNoChangeListeners, hasNoCollectionChangeListeners, hasNoListChangeListeners, hasNoPropertyChangeListeners, hasNoStateChangeListeners, moveItemInList, moveItemInList, moveItemsInList, removeChangeListener, removeCollectionChangeListener, removeItemFromCollection, removeItemFromList, removeItemFromList, removeItemsFromCollection, removeItemsFromCollection, removeItemsFromCollection, removeItemsFromCollection, removeItemsFromList, removeItemsFromList, removeItemsFromList, removeItemsFromList, removeItemsFromList, removeItemsFromList, removeListChangeListener, removePropertyChangeListener, removeRangeFromList, removeStateChangeListener, replaceItemInList, retainItemsInCollection, retainItemsInCollection, retainItemsInCollection, retainItemsInCollection, retainItemsInList, retainItemsInList, retainItemsInList, retainItemsInList, setItemInList, setItemsInList, setItemsInList, synchronizeCollection, synchronizeCollection, synchronizeCollection, synchronizeList, synchronizeList, synchronizeList, toString, valuesAreDifferent, valuesAreEqual
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

DESCRIPTOR_CUSTOMIZER_PROPERTY

public static final String DESCRIPTOR_CUSTOMIZER_PROPERTY
See Also:
Constant Field Values

NAME_TRANSFORMER

public static final org.eclipse.jpt.common.utility.transformer.Transformer<CustomizationEntity,String> NAME_TRANSFORMER
Constructor Detail

CustomizationEntity

public CustomizationEntity(Customization parent,
                           String name)
Method Detail

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

clone

public CustomizationEntity clone()
Overrides:
clone in class org.eclipse.jpt.common.utility.internal.model.AbstractModel

isEmpty

public boolean isEmpty()

entityNameIsValid

public boolean entityNameIsValid()

getParent

public Customization getParent()

getName

public String getName()

getDescriptorCustomizer

public String getDescriptorCustomizer()

setDescriptorCustomizer

public void setDescriptorCustomizer(String descriptorCustomizer)

toString

public void toString(StringBuilder sb)
Overrides:
toString in class org.eclipse.jpt.common.utility.internal.model.AbstractModel

Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.