com.ihr.xbrl.dts
Class Scheme

java.lang.Object
  extended by com.ihr.xbrl.dts.Scheme

public class Scheme
extends java.lang.Object

Helper class that contains a Scheme URI and the description. It is useful having this object in order to facilitate the integration with the user interface.

Author:
Ignacio

Constructor Summary
Scheme()
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getDescription()
           
 java.net.URI getScheme()
           
 int hashCode()
           
 void setDescription(java.lang.String description)
           
 void setScheme(java.net.URI scheme)
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Scheme

public Scheme()
Method Detail

getScheme

public java.net.URI getScheme()
Returns:
the scheme

setScheme

public void setScheme(java.net.URI scheme)
Parameters:
scheme - the scheme to set

getDescription

public java.lang.String getDescription()
Returns:
the description

setDescription

public void setDescription(java.lang.String description)
Parameters:
description - the description to set

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object


Copyright 2006-2009 Reporting Standard S.L., C/ Torrecilla del Puerto 1, 28043, Madrid, Espaņa