com.ihr.xbrl.pojo
Class DTSContainer
java.lang.Object
com.ihr.xbrl.pojo.DTSContainer
- All Implemented Interfaces:
- HasId, java.io.Serializable
public class DTSContainer
- extends java.lang.Object
- implements java.io.Serializable, HasId
- Author:
- Ignacio
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DTSContainer
public DTSContainer()
getConcepts
public java.util.Map<QName,XBRLConcept> getConcepts()
- Returns:
- the concepts
setConcepts
public void setConcepts(java.util.Map<QName,XBRLConcept> concepts)
- Parameters:
concepts - the concepts to set
getId
public java.lang.Long getId()
- Description copied from interface:
HasId
- Get access to the object ID in which is unique
- Specified by:
getId in interface HasId
- Returns:
- the id
setId
public void setId(java.lang.Long id)
- Description copied from interface:
HasId
- Sets the object ID. Used by Hibernate during object serialization
- Specified by:
setId in interface HasId
- Parameters:
id - the id to set
getName
public java.lang.String getName()
- Returns:
- the name
setName
public void setName(java.lang.String name)
- Parameters:
name - the name to set
getResources
public java.util.Set<XBRLResource> getResources()
- Returns:
- the resources
setResources
public void setResources(java.util.Set<XBRLResource> resources)
- Parameters:
resources - the resources to set
getRoots
public java.util.Set<XBRLDocument> getRoots()
- Returns:
- the roots
setRoots
public void setRoots(java.util.Set<XBRLDocument> roots)
- Parameters:
roots - the roots to set
Copyright 2006-2009 Reporting Standard S.L., C/ Torrecilla del Puerto 1, 28043, Madrid, Espaņa