pl.edu.agh.cast.data.model.presentation
Class PresentationPropertyDescriptor

java.lang.Object
  extended by pl.edu.agh.cast.data.model.presentation.PresentationPropertyDescriptor
All Implemented Interfaces:
Serializable

public class PresentationPropertyDescriptor
extends Object
implements Serializable

A helper structure which describes a property in presentation element. Apart from the name of property it also points if the property belongs to presentation, visual or original element using IPresentationElement.PropertyCategory.

Author:
AGH CAST Team
See Also:
Serialized Form

Constructor Summary
PresentationPropertyDescriptor(IPresentationElement.PropertyCategory propertyCategory, String propertyName)
          Constructor.
 
Method Summary
 boolean equals(Object obj)
          
 IPresentationElement.PropertyCategory getPropertyCategory()
           
 String getPropertyName()
           
 int hashCode()
          
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PresentationPropertyDescriptor

public PresentationPropertyDescriptor(IPresentationElement.PropertyCategory propertyCategory,
                                      String propertyName)
Constructor.

Parameters:
propertyCategory - property category which indicates if property belongs to presentation, visual or original element associated with presentation element
propertyName - property name
Method Detail

getPropertyCategory

public IPresentationElement.PropertyCategory getPropertyCategory()

getPropertyName

public String getPropertyName()

equals

public boolean equals(Object obj)

Overrides:
equals in class Object
See Also:
Object.equals(Object)

hashCode

public int hashCode()

Overrides:
hashCode in class Object
See Also:
Object.hashCode()


Copyright © 2007-2009 IISG AGH-UST Krakow, Poland. All Rights Reserved.