com.ihr.xbrl.pojo
Class DTSContainer

java.lang.Object
  extended by 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

Constructor Summary
DTSContainer()
           
 
Method Summary
 java.util.Map<QName,XBRLConcept> getConcepts()
           
 java.lang.Long getId()
          Get access to the object ID in which is unique
 java.lang.String getName()
           
 java.util.Set<XBRLResource> getResources()
           
 java.util.Set<XBRLDocument> getRoots()
           
 void setConcepts(java.util.Map<QName,XBRLConcept> concepts)
           
 void setId(java.lang.Long id)
          Sets the object ID.
 void setName(java.lang.String name)
           
 void setResources(java.util.Set<XBRLResource> resources)
           
 void setRoots(java.util.Set<XBRLDocument> roots)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DTSContainer

public DTSContainer()
Method Detail

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