se.cambio.cds.gdl.model
Class ArchetypeBinding

Package class diagram package ArchetypeBinding
java.lang.Object
  extended by se.cambio.cds.gdl.model.ArchetypeBinding

public class ArchetypeBinding
extends Object


Constructor Summary
ArchetypeBinding()
           
 
Method Summary
 boolean equals(Object obj)
           
 String getArchetypeId()
           
 String getDomain()
           
 Map<String,ElementBinding> getElements()
           
 String getFunction()
           
 List<String> getPredicates()
           
 List<ExpressionItem> getPredicateStatements()
           
 String getTemplateId()
           
 String getTimeRange()
           
 int hashCode()
           
 void setArchetypeId(String archetypeId)
           
 void setDomain(String domain)
           
 void setElements(Map<String,ElementBinding> elements)
           
 void setFunction(String function)
           
 void setPredicates(List<String> predicates)
           
 void setPredicateStatements(List<ExpressionItem> predicateStatements)
           
 void setTemplateId(String templateId)
           
 void setTimeRange(String timeRange)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArchetypeBinding

public ArchetypeBinding()
Method Detail

getArchetypeId

public String getArchetypeId()
Returns:
the archetypeId

setArchetypeId

public void setArchetypeId(String archetypeId)
Parameters:
archetypeId - the archetypeId to set

getTemplateId

public String getTemplateId()
Returns:
the templateId

setTemplateId

public void setTemplateId(String templateId)
Parameters:
templateId - the templateId to set

getDomain

public String getDomain()
Returns:
the domain

setDomain

public void setDomain(String domain)
Parameters:
domain - the domain to set

getFunction

public String getFunction()
Returns:
the function

setFunction

public void setFunction(String function)
Parameters:
function - the function to set

getTimeRange

public String getTimeRange()
Returns:
the timeRange

setTimeRange

public void setTimeRange(String timeRange)
Parameters:
timeRange - the timeRange to set

getElements

public Map<String,ElementBinding> getElements()
Returns:
the elements

setElements

public void setElements(Map<String,ElementBinding> elements)
Parameters:
elements - the elements to set

getPredicates

public List<String> getPredicates()
Returns:
the predicates

setPredicates

public void setPredicates(List<String> predicates)
Parameters:
predicates - the predicates to set

getPredicateStatements

public List<ExpressionItem> getPredicateStatements()
Returns:
the predicateStatements

setPredicateStatements

public void setPredicateStatements(List<ExpressionItem> predicateStatements)
Parameters:
predicateStatements - the predicateStatements to set

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

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


Copyright © 2013 Cambio. All Rights Reserved.