se.cambio.cds.gdl.model
Class ArchetypeBinding
java.lang.Object
se.cambio.cds.gdl.model.ArchetypeBinding
public class ArchetypeBinding
- extends Object
ArchetypeBinding
public ArchetypeBinding()
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.