org.weda.store.impl
Class AuditablePropertyImpl

java.lang.Object
  extended by org.weda.store.impl.AuditablePropertyImpl
All Implemented Interfaces:
AuditableProperty

public class AuditablePropertyImpl
extends java.lang.Object
implements AuditableProperty

Author:
Mikhail Titov

Constructor Summary
AuditablePropertyImpl()
           
 
Method Summary
 java.lang.String getAuditOperations()
          Метод возвращает список (разделитель запятая) операций при которых будет произодистся аудит свойства.
 java.lang.String getPropertyName()
          Метод возвращает имя свойства которое подлежит аудиту.
 void setAuditOperations(java.lang.String auditOperations)
           
 void setPropertyName(java.lang.String propertyName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AuditablePropertyImpl

public AuditablePropertyImpl()
Method Detail

getPropertyName

public java.lang.String getPropertyName()
Description copied from interface: AuditableProperty
Метод возвращает имя свойства которое подлежит аудиту.

Specified by:
getPropertyName in interface AuditableProperty

setPropertyName

public void setPropertyName(java.lang.String propertyName)

getAuditOperations

public java.lang.String getAuditOperations()
Description copied from interface: AuditableProperty
Метод возвращает список (разделитель запятая) операций при которых будет произодистся аудит свойства.

Specified by:
getAuditOperations in interface AuditableProperty
See Also:
AuditableObjectRegistry.ModificationType

setAuditOperations

public void setAuditOperations(java.lang.String auditOperations)


Copyright © 2005-2006 . All Rights Reserved.