Interface VCSGisUserEditable

All Superinterfaces:
Cloneable, org.gvsig.tools.lang.Cloneable, org.gvsig.json.SupportFromJson, org.gvsig.json.SupportJson, org.gvsig.json.SupportToJson, VCSGisUser
All Known Implementing Classes:
UsersRepoTable.UserRepoRow, UsersTable.UserRow, VCSGisUserImpl

public interface VCSGisUserEditable extends VCSGisUser, org.gvsig.tools.lang.Cloneable
Author:
jjdelcerro
  • Method Details

    • setUserCode

      void setUserCode(String userCode)
    • setDescription

      void setDescription(String description)
    • setIdentifier

      void setIdentifier(String identifier)
    • setAllowedOperations

      void setAllowedOperations(String operations)
    • setRoles

      void setRoles(String roles)
    • copy

      void copy(VCSGisUser source, VCSGisUser target)
    • clone

      VCSGisUser clone()
      Specified by:
      clone in interface org.gvsig.tools.lang.Cloneable