public UserFinder getUserFinder() {
return userFinder;
}
public void setUserFinder(UserFinder userFinder) {
this.userFinder = userFinder;
}
public AssetEntryLocalService getAssetEntryLocalService() {
return assetEntryLocalService;
}
public void setAssetEntryLocalService(
AssetEntryLocalService assetEntryLocalService) {
this.assetEntryLocalService = assetEntryLocalService;
}
public AssetEntryService getAssetEntryService() {
return assetEntryService;
}
public void setAssetEntryService(AssetEntryService assetEntryService) {
this.assetEntryService = assetEntryService;
}