com.ebmwebsourcing.webeditor.impl.domain.project
Class ProjectFormat

java.lang.Object
  extended by com.ebmwebsourcing.webeditor.impl.domain.project.ProjectFormat
All Implemented Interfaces:
IProjectInstanceFormat, com.google.gwt.user.client.rpc.IsSerializable

public class ProjectFormat
extends java.lang.Object
implements IProjectInstanceFormat


Constructor Summary
ProjectFormat()
           
ProjectFormat(java.lang.String name, java.lang.String description)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getDescription()
           
 java.lang.String getName()
           
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ProjectFormat

public ProjectFormat()

ProjectFormat

public ProjectFormat(java.lang.String name,
                     java.lang.String description)
Method Detail

getDescription

public java.lang.String getDescription()
Specified by:
getDescription in interface IProjectInstanceFormat

getName

public java.lang.String getName()
Specified by:
getName in interface IProjectInstanceFormat

equals

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

hashCode

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

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2010-2011 Petals Link. All Rights Reserved.