@Embeddable public class DocumentClassProtectionPk extends Object implements Serializable
Constructor and Description |
---|
DocumentClassProtectionPk(Long docClassId,
boolean isGroup,
String resourceId) |
Modifier and Type | Method and Description |
---|---|
Long |
getDocClassId() |
boolean |
getIsGroup() |
String |
getResourceId() |
void |
setDocClassId(Long docClassId) |
void |
setIsGroup(boolean isGroup) |
void |
setResourceId(String resourceId) |
public Long getDocClassId()
public void setDocClassId(Long docClassId)
public boolean getIsGroup()
public void setIsGroup(boolean isGroup)
public String getResourceId()
public void setResourceId(String resourceId)
Copyright © 2019 Suncode. All rights reserved.