br.com.objectos.way.code
Class ImportInfo

java.lang.Object
  extended by br.com.objectos.way.code.ImportInfo
All Implemented Interfaces:
Testable<ImportInfo>, IsMustacheSerializable, Comparable<ImportInfo>

public abstract class ImportInfo
extends Object
implements Comparable<ImportInfo>, IsMustacheSerializable, Testable<ImportInfo>

Author:
marcio.endo@objectos.com.br (Marcio Endo)

Method Summary
 int compareTo(ImportInfo importInfo)
           
 boolean equals(Object obj)
           
 int hashCode()
           
static ImportInfoBuilder newPojo()
           
 boolean shouldKeep(PackageInfo thatPackageInfo)
           
 MustacheObject toMustache()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface br.com.objectos.way.core.testing.Testable
isEqual
 

Method Detail

newPojo

public static ImportInfoBuilder newPojo()

shouldKeep

public boolean shouldKeep(PackageInfo thatPackageInfo)

toMustache

public MustacheObject toMustache()
Specified by:
toMustache in interface IsMustacheSerializable

toString

public String toString()
Overrides:
toString in class Object

compareTo

public int compareTo(ImportInfo importInfo)
Specified by:
compareTo in interface Comparable<ImportInfo>

hashCode

public final int hashCode()
Overrides:
hashCode in class Object

equals

public final boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2014. All rights reserved.