uk.ac.ebi.intenz.domain.enzyme
Class DataComment

java.lang.Object
  extended by uk.ac.ebi.intenz.domain.enzyme.DataComment

Deprecated. use a plain String.

public class DataComment
extends Object


Constructor Summary
DataComment(Long id, String comment)
          Deprecated.  
DataComment(String comment)
          Deprecated.  
 
Method Summary
 boolean equals(Object o)
          Deprecated.  
 String getComment()
          Deprecated.  
 Long getId()
          Deprecated.  
 int hashCode()
          Deprecated.  
 void setId(long l)
          Deprecated.  
static DataComment valueOf(String id, String comment)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataComment

public DataComment(Long id,
                   String comment)
Deprecated. 


DataComment

public DataComment(String comment)
Deprecated. 
Method Detail

valueOf

public static DataComment valueOf(String id,
                                  String comment)
Deprecated. 


equals

public boolean equals(Object o)
Deprecated. 
Overrides:
equals in class Object

hashCode

public int hashCode()
Deprecated. 
Overrides:
hashCode in class Object

getComment

public String getComment()
Deprecated. 

getId

public Long getId()
Deprecated. 


setId

public void setId(long l)
Deprecated. 



Copyright © 2013 EMBL-EBI. All Rights Reserved.