org.kuali.maven.plugins.graph.pojo
Class Hider

java.lang.Object
  extended by org.kuali.maven.plugins.graph.pojo.Hider

public class Hider
extends Object


Constructor Summary
Hider()
           
 
Method Summary
 boolean isHideArtifactId()
           
 boolean isHideClassifier()
           
 boolean isHideGroupId()
           
 boolean isHideType()
           
 boolean isHideVersion()
           
 void setHideArtifactId(boolean artifactId)
           
 void setHideClassifier(boolean hideClassifier)
           
 void setHideGroupId(boolean groupId)
           
 void setHideType(boolean type)
           
 void setHideVersion(boolean version)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Hider

public Hider()
Method Detail

isHideGroupId

public boolean isHideGroupId()

setHideGroupId

public void setHideGroupId(boolean groupId)

isHideArtifactId

public boolean isHideArtifactId()

setHideArtifactId

public void setHideArtifactId(boolean artifactId)

isHideVersion

public boolean isHideVersion()

setHideVersion

public void setHideVersion(boolean version)

isHideType

public boolean isHideType()

setHideType

public void setHideType(boolean type)

isHideClassifier

public boolean isHideClassifier()

setHideClassifier

public void setHideClassifier(boolean hideClassifier)


Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.