org.exoplatform.services.jcr.ext.organization
Class MembershipTypeImpl

java.lang.Object
  extended by org.exoplatform.services.jcr.ext.organization.MembershipTypeImpl
All Implemented Interfaces:
org.exoplatform.services.organization.MembershipType

public class MembershipTypeImpl
extends java.lang.Object
implements org.exoplatform.services.organization.MembershipType

Created by The eXo Platform SAS. Date: 24.07.2008

Version:
$Id: MembershipTypeImpl.java 21856 2008-10-23 14:18:20Z tolusha $
Author:
Peter Nedonosko

Method Summary
 java.util.Date getCreatedDate()
          Deprecated. This method is not used.
 java.lang.String getDescription()
          
 java.util.Date getModifiedDate()
          Deprecated. This method is not used.
 java.lang.String getName()
          
 java.lang.String getOwner()
          Deprecated. This method is not used.
 java.lang.String getUUId()
          Get UUId of the membership type in the storage.
 void setCreatedDate(java.util.Date d)
          Deprecated. This method is not used.
 void setDescription(java.lang.String s)
          
 void setModifiedDate(java.util.Date d)
          Deprecated. This method is not used.
 void setName(java.lang.String s)
          Set the new name for membership type.
 void setOwner(java.lang.String s)
          Deprecated. This method is not used.
 java.lang.String toString()
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getCreatedDate

public java.util.Date getCreatedDate()
Deprecated. This method is not used.

Get the date when the membership type was created to the database.

Specified by:
getCreatedDate in interface org.exoplatform.services.organization.MembershipType
Returns:
The date that the membership type was created to the database

getDescription

public java.lang.String getDescription()

Specified by:
getDescription in interface org.exoplatform.services.organization.MembershipType

getModifiedDate

public java.util.Date getModifiedDate()
Deprecated. This method is not used.

Get the date when membership type was modified last time.

Specified by:
getModifiedDate in interface org.exoplatform.services.organization.MembershipType
Returns:
The last time that an user modify the data of the membership type.

getName

public java.lang.String getName()

Specified by:
getName in interface org.exoplatform.services.organization.MembershipType

getOwner

public java.lang.String getOwner()
Deprecated. This method is not used.

Get owner of the membership type.

Specified by:
getOwner in interface org.exoplatform.services.organization.MembershipType
Returns:
The owner of the membership type

getUUId

public java.lang.String getUUId()
Get UUId of the membership type in the storage.

Returns:
The UUID of the membership type in the storage

setCreatedDate

public void setCreatedDate(java.util.Date d)
Deprecated. This method is not used.

Set date creation of the membership type.

Specified by:
setCreatedDate in interface org.exoplatform.services.organization.MembershipType
Parameters:
d - The created date

setDescription

public void setDescription(java.lang.String s)

Specified by:
setDescription in interface org.exoplatform.services.organization.MembershipType

setModifiedDate

public void setModifiedDate(java.util.Date d)
Deprecated. This method is not used.

Set date modification of the membership type.

Specified by:
setModifiedDate in interface org.exoplatform.services.organization.MembershipType
Parameters:
d - The modified date

setName

public void setName(java.lang.String s)
Set the new name for membership type.

Specified by:
setName in interface org.exoplatform.services.organization.MembershipType
Parameters:
s - The name of the membership type

setOwner

public void setOwner(java.lang.String s)
Deprecated. This method is not used.

Set the owner for membership type.

Specified by:
setOwner in interface org.exoplatform.services.organization.MembershipType
Parameters:
s - The new owner of the membership type

toString

public java.lang.String toString()

Overrides:
toString in class java.lang.Object


Copyright © 2011 eXo Platform SAS. All Rights Reserved.