org.codehaus.plexus.redback.role.model
Class ModelResource

java.lang.Object
  extended by org.codehaus.plexus.redback.role.model.ModelResource
All Implemented Interfaces:
java.io.Serializable

public class ModelResource
extends java.lang.Object
implements java.io.Serializable

null

Version:
$Revision$ $Date$
See Also:
Serialized Form

Constructor Summary
ModelResource()
           
 
Method Summary
 boolean equals(java.lang.Object other)
          Method equals
 java.lang.String getDescription()
          Get null
 java.lang.String getId()
          Get null
 java.lang.String getModelEncoding()
           
 java.lang.String getName()
          Get null
 int hashCode()
          Method hashCode
 boolean isPattern()
          Get this resource is a pattern, currently unsupported
 boolean isPermanent()
          Get this resource should persist even if all referring permissions are removed
 void setDescription(java.lang.String description)
          Set null
 void setId(java.lang.String id)
          Set null
 void setModelEncoding(java.lang.String modelEncoding)
           
 void setName(java.lang.String name)
          Set null
 void setPattern(boolean pattern)
          Set this resource is a pattern, currently unsupported
 void setPermanent(boolean permanent)
          Set this resource should persist even if all referring permissions are removed
 java.lang.String toString()
          Method toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ModelResource

public ModelResource()
Method Detail

equals

public boolean equals(java.lang.Object other)
Method equals

Overrides:
equals in class java.lang.Object
Parameters:
other -

getDescription

public java.lang.String getDescription()
Get null


getId

public java.lang.String getId()
Get null


getName

public java.lang.String getName()
Get null


hashCode

public int hashCode()
Method hashCode

Overrides:
hashCode in class java.lang.Object

isPattern

public boolean isPattern()
Get this resource is a pattern, currently unsupported


isPermanent

public boolean isPermanent()
Get this resource should persist even if all referring permissions are removed


setDescription

public void setDescription(java.lang.String description)
Set null

Parameters:
description -

setId

public void setId(java.lang.String id)
Set null

Parameters:
id -

setName

public void setName(java.lang.String name)
Set null

Parameters:
name -

setPattern

public void setPattern(boolean pattern)
Set this resource is a pattern, currently unsupported

Parameters:
pattern -

setPermanent

public void setPermanent(boolean permanent)
Set this resource should persist even if all referring permissions are removed

Parameters:
permanent -

toString

public java.lang.String toString()
Method toString

Overrides:
toString in class java.lang.Object

setModelEncoding

public void setModelEncoding(java.lang.String modelEncoding)

getModelEncoding

public java.lang.String getModelEncoding()


Copyright © 2006-2008 Codehaus. All Rights Reserved.