pt.ist.fenixframework.dml
Class AnnotatedSlot

Package class diagram package AnnotatedSlot
java.lang.Object
  extended by pt.ist.fenixframework.dml.AnnotatedSlot
All Implemented Interfaces:
Serializable

public class AnnotatedSlot
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
AnnotatedSlot(DomainClass domainClass, Slot slot)
           
 
Method Summary
 DomainClass getDomainClass()
           
 Slot getSlot()
           
 void setDomainClass(DomainClass domainClass)
           
 void setSlot(Slot slot)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnnotatedSlot

public AnnotatedSlot(DomainClass domainClass,
                     Slot slot)
Method Detail

getDomainClass

public DomainClass getDomainClass()

setDomainClass

public void setDomainClass(DomainClass domainClass)

getSlot

public Slot getSlot()

setSlot

public void setSlot(Slot slot)


Copyright © 2013. All Rights Reserved.