pl.edu.agh.cast.data.model.presentation
Class PresentationPropertyDescriptor
java.lang.Object
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
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 elementpropertyName
- property name
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.