org.alfresco.repo.audit.model._3
Class PathMap

java.lang.Object
  extended by org.alfresco.repo.audit.model._3.PathMap

public class PathMap
extends java.lang.Object

Java class for PathMap complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="PathMap">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="source" use="required" type="{http://www.alfresco.org/repo/audit/model/3.2}PathAttribute" />
       <attribute name="target" use="required" type="{http://www.alfresco.org/repo/audit/model/3.2}PathAttribute" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String source
           
protected  java.lang.String target
           
 
Constructor Summary
PathMap()
           
 
Method Summary
 java.lang.String getSource()
          Gets the value of the source property.
 java.lang.String getTarget()
          Gets the value of the target property.
 void setSource(java.lang.String value)
          Sets the value of the source property.
 void setTarget(java.lang.String value)
          Sets the value of the target property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

source

protected java.lang.String source

target

protected java.lang.String target
Constructor Detail

PathMap

public PathMap()
Method Detail

getSource

public java.lang.String getSource()
Gets the value of the source property.

Returns:
possible object is String

setSource

public void setSource(java.lang.String value)
Sets the value of the source property.

Parameters:
value - allowed object is String

getTarget

public java.lang.String getTarget()
Gets the value of the target property.

Returns:
possible object is String

setTarget

public void setTarget(java.lang.String value)
Sets the value of the target property.

Parameters:
value - allowed object is String


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.