Class LocalObject

java.lang.Object
org.eclipse.dirigible.repository.local.LocalObject
Direct Known Subclasses:
LocalFile, LocalFolder

public abstract class LocalObject
extends Object
The base of domain objects in the file system based implementation.
  • Constructor Details

  • Method Details

    • getRepository

      public FileSystemRepository getRepository()
      Gets the repository.
      Returns:
      the repository
    • getName

      public String getName()
      Gets the name.
      Returns:
      the name
    • setName

      public void setName​(String name)
      Sets the name.
      Parameters:
      name - the new name
    • getPath

      public String getPath()
      Gets the path.
      Returns:
      the path
    • setPath

      public void setPath​(String path)
      Sets the path.
      Parameters:
      path - the new path
    • getPermissions

      public int getPermissions()
      Gets the permissions.
      Returns:
      the permissions
    • setPermissions

      public void setPermissions​(int permissions)
      Sets the permissions.
      Parameters:
      permissions - the new permissions
    • getCreatedBy

      public String getCreatedBy()
      Gets the created by.
      Returns:
      the created by
    • setCreatedBy

      public void setCreatedBy​(String createdBy)
      Sets the created by.
      Parameters:
      createdBy - the new created by
    • getCreatedAt

      public Date getCreatedAt()
      Gets the created at.
      Returns:
      the created at
    • setCreatedAt

      public void setCreatedAt​(Date createdAt)
      Sets the created at.
      Parameters:
      createdAt - the new created at
    • getModifiedBy

      public String getModifiedBy()
      Gets the modified by.
      Returns:
      the modified by
    • setModifiedBy

      public void setModifiedBy​(String modifiedBy)
      Sets the modified by.
      Parameters:
      modifiedBy - the new modified by
    • getModifiedAt

      public Date getModifiedAt()
      Gets the modified at.
      Returns:
      the modified at
    • setModifiedAt

      public void setModifiedAt​(Date modifiedAt)
      Sets the modified at.
      Parameters:
      modifiedAt - the new modified at