com.wewebu.ow.server.ecm
Class OwStandardPolicy

java.lang.Object
  extended by com.wewebu.ow.server.ecm.OwStandardPolicy
All Implemented Interfaces:
OwPolicy

public class OwStandardPolicy
extends Object
implements OwPolicy

Standard policy bean implementation.

Alfresco Workdesk
Copyright (c) Alfresco Software, Inc.
All rights reserved.

For licensing information read the license.txt file or
go to: http://wiki.alfresco.com

Since:
3.1.0.0

Constructor Summary
OwStandardPolicy(String name_p, String description_p)
           
 
Method Summary
 boolean equals(Object obj_p)
           
 String getDescription()
          get a description for the policy
 String getName()
          get a name for the policy
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OwStandardPolicy

public OwStandardPolicy(String name_p,
                        String description_p)
Method Detail

getDescription

public String getDescription()
Description copied from interface: OwPolicy
get a description for the policy

Specified by:
getDescription in interface OwPolicy
Returns:
String

getName

public String getName()
Description copied from interface: OwPolicy
get a name for the policy

Specified by:
getName in interface OwPolicy
Returns:
String

equals

public boolean equals(Object obj_p)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.