Package org.openiam.idm.srvc.meta.dto
Class PageTemplateAttributeToken
- java.lang.Object
-
- org.openiam.idm.srvc.meta.dto.PageTemplateAttributeToken
-
public class PageTemplateAttributeToken extends Object
-
-
Constructor Summary
Constructors Constructor Description PageTemplateAttributeToken()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<? extends AbstractAttributeEntity>getDeleteList()List<? extends AbstractAttributeEntity>getNonChangedList()List<? extends AbstractAttributeEntity>getSaveList()List<? extends AbstractAttributeEntity>getUpdateList()voidsetDeleteList(List<? extends AbstractAttributeEntity> deleteList)voidsetNonChangedList(List<? extends AbstractAttributeEntity> nonChangedList)voidsetSaveList(List<? extends AbstractAttributeEntity> saveList)voidsetUpdateList(List<? extends AbstractAttributeEntity> updateList)
-
-
-
Method Detail
-
getDeleteList
public List<? extends AbstractAttributeEntity> getDeleteList()
-
setDeleteList
public void setDeleteList(List<? extends AbstractAttributeEntity> deleteList)
-
getUpdateList
public List<? extends AbstractAttributeEntity> getUpdateList()
-
setUpdateList
public void setUpdateList(List<? extends AbstractAttributeEntity> updateList)
-
getSaveList
public List<? extends AbstractAttributeEntity> getSaveList()
-
setSaveList
public void setSaveList(List<? extends AbstractAttributeEntity> saveList)
-
getNonChangedList
public List<? extends AbstractAttributeEntity> getNonChangedList()
-
setNonChangedList
public void setNonChangedList(List<? extends AbstractAttributeEntity> nonChangedList)
-
-